Bar Button Configuration
data class BarButtonConfiguration(var visible: Boolean = true, var title: StyledText = StyledText( ), var accessibilityDescription: String = "", var background: BackgroundStyle = BackgroundStyle( ), var icon: IconStyle = IconStyle( )) : Parcelable
Configuration of the button located on a bar.
Constructors
Link copied to clipboard
constructor(visible: Boolean = true, title: StyledText = StyledText( ), accessibilityDescription: String = "", background: BackgroundStyle = BackgroundStyle( ), icon: IconStyle = IconStyle( ))