AiutaLabelTheme constructor
AiutaLabelTheme({
- required AiutaLabelTypography typography,
Creates an AiutaLabelTheme with the given typography
.
Implementation
AiutaLabelTheme({
required this.typography,
});