object ButtonShelfDefaults
colors
()
|
Signature
fun colors(): ButtonShelfColors Returns |
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
Returns |