object ButtonShelfDefaults
colors
()
|
Signature
fun colors(): ButtonShelfColors Returns ButtonShelfColors |
colors
(
selectedBackgroundColor
, selectedForegroundColor
, unselectedBackgroundColor
, unselectedForegroundColor
)
|
Signature
fun colors(selectedBackgroundColor: Color, selectedForegroundColor: Color, unselectedBackgroundColor: Color, unselectedForegroundColor: Color): ButtonShelfColors Parameters selectedBackgroundColor: ColorselectedForegroundColor: ColorunselectedBackgroundColor: ColorunselectedForegroundColor: ColorReturns ButtonShelfColors |