object BorderedButtonDefaults
borderColor
()
|
Signature
fun borderColor(): Color Returns
Color
|
colors
()
|
Signature
fun colors(): BorderedButtonColors Returns |
colors
(
backgroundColor
, foregroundColor
)
|
Signature
fun colors(backgroundColor: Color = Color.Transparent, foregroundColor: Color = SpatialTheme.colorScheme.primaryAlphaBackground): BorderedButtonColors Parameters
backgroundColor:
Color
foregroundColor:
Color
Returns |