AiutaLabelTheme constructor

AiutaLabelTheme({
  1. required AiutaLabelTypography typography,
})

Creates an AiutaLabelTheme with the given typography.

Implementation

AiutaLabelTheme({
  required this.typography,
});