AiutaLabelTheme.builtIn constructor

AiutaLabelTheme.builtIn()

Creates a built-in label theme configuration with default settings.

Implementation

factory AiutaLabelTheme.builtIn() {
  return AiutaLabelTheme(
    typography: AiutaLabelTypographyBuiltIn(),
  );
}