ScaffoldAction
fun ScaffoldAction(modifier: Modifier = Modifier, backgroundColor: Color = OrbitTheme.colors.surface.main, contentWindowInsets: WindowInsets = WindowInsets.systemBars, fadeHeight: Dp = DefaultActionFadeHeight, content: @Composable () -> Unit)
Draws action if there is any action's content. Adds additional padding and background to this action.