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 = Color.Unspecified, selectedForegroundColor: Color = Color.Unspecified, unselectedBackgroundColor: Color = Color.Unspecified, unselectedForegroundColor: Color = Color.Unspecified): ButtonShelfColors
Parameters
selectedBackgroundColor: Color
selectedForegroundColor: Color
unselectedBackgroundColor: Color
unselectedForegroundColor: Color
Did you find this page helpful?