style
fun style(colors: Colors = StyleDefaults.colors(), borders: Borders = StyleDefaults.borders(), scale: Scale = StyleDefaults.scale(), shapes: Shapes = StyleDefaults.shapes(), alpha: Alpha = StyleDefaults.alpha()): Style
Creates a default Style for interactive containers with customizable style properties.
Since
0.5.0
Parameters
colors
The colors for the container in different states.
borders
The borders for the container in different states.
scale
The scale for the container in different states.
shapes
The shapes for the container in different states.
alpha
The alpha for the container in different states.