API reference
API reference
Select your platform
No SDKs available
No versions available

ButtonShelfDefaults Object

Signature

object ButtonShelfDefaults

Functions

colors ()
Signature
fun colors(): ButtonShelfColors
colors ( selectedBackgroundColor , selectedForegroundColor , unselectedBackgroundColor , unselectedForegroundColor )
Signature
fun colors(selectedBackgroundColor: Color, selectedForegroundColor: Color, unselectedBackgroundColor: Color, unselectedForegroundColor: Color): ButtonShelfColors
Parameters
selectedBackgroundColor: Color
selectedForegroundColor: Color
unselectedBackgroundColor: Color
unselectedForegroundColor: Color
Did you find this page helpful?