Default

Default implementation of AiutaButtonThemeShapes.

This class provides standard corner radius values for buttons:

  • Medium buttons: 8dp

  • Small buttons: 8dp

theme {
button {
shapes = AiutaButtonThemeShapes.Default()
}
}

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val buttonM: Dp

Corner radius for medium-sized buttons

Link copied to clipboard
open override val buttonS: Dp

Corner radius for small-sized buttons