AiutaButtonTheme constructor

AiutaButtonTheme({
  1. required AiutaButtonTypography typography,
  2. required AiutaButtonShapes shapes,
})

Creates an AiutaButtonTheme with the specified typography and shapes.

Implementation

AiutaButtonTheme({
  required this.typography,
  required this.shapes,
});