BaseButtonTheme
open class BaseButtonTheme(val shape: Shape = RoundedCornerShape(15.dp), val containerColor: Color = Color.Unspecified, val contentColor: Color = Color.Unspecified, val textStyle: TextStyle = TextStyle(), val borderStroke: BorderStroke? = null)
Constructors
Link copied to clipboard
constructor(shape: Shape = RoundedCornerShape(15.dp), containerColor: Color = Color.Unspecified, contentColor: Color = Color.Unspecified, textStyle: TextStyle = TextStyle(), borderStroke: BorderStroke? = null)