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

BorderedButtonDefaults Object

Signature

object BorderedButtonDefaults

Functions

borderColor ()
Signature
fun borderColor(): Color
Returns
Color
colors ()
Signature
fun colors(): BorderedButtonColors
colors ( backgroundColor , foregroundColor )
Signature
fun colors(backgroundColor: Color = Color.Transparent, foregroundColor: Color = SpatialTheme.colorScheme.primaryAlphaBackground): BorderedButtonColors
Parameters
backgroundColor: Color
foregroundColor: Color
Did you find this page helpful?