AiutaButtonTheme constructor
AiutaButtonTheme({
- required AiutaButtonTypography typography,
- required AiutaButtonShapes shapes,
Creates an AiutaButtonTheme with the specified typography
and shapes
.
Implementation
AiutaButtonTheme({
required this.typography,
required this.shapes,
});