TopBar
fun SMC.TopBar(title: @Composable () -> Unit, modifier: Modifier = Modifier, navigationIcon: @Composable () -> Unit = { }, actions: @Composable RowScope.() -> Unit = { }, windowInsets: WindowInsets = TopAppBarDefaults.windowInsets, colors: TopAppBarColors = topAppBarColours(), scrollBehavior: TopAppBarScrollBehavior? = null)
Custom call to TopAppBar with the Spend Manager default theme