UI Configuration
FedoSlots
FedoSlots is a data class that controls UI elements
- Kotlin
- swift
- flutter
- flutter
data class FedoSlots(
val backButtonIcon: (@Composable () -> Unit)? = DEFAULT.backButtonIcon
)
| Property | Default | Description |
|---|---|---|
backButtonIcon | back icon | Set AppBar IconButton icon. Pass null to remove it |
How to use it
FeedbacksScreen(
// ...
config = {
backButtonIcon = null
}
)
// coming soon
// coming soon
// coming soon
more configs to come later