Widget library for defining primary, secondary, and tertiary button styles, enabling customizable button types with straightforward implementation and usage.
A widget library for generically defining primary/secondary/tertiary button styles.
implementation "cl.emilym.compose:standardbutton:<latest>"
StandardButton( type = ButtonType.PRIMARY, onClick = {} ) { Text("This is a test of the button") }