AiutaTheme constructor
AiutaTheme({
- AiutaColors? colors,
- AiutaGradients? gradients,
- AiutaTypography? typography,
- AiutaIcons? icons,
- AiutaShapes? shapes,
- AiutaDimensions? dimensions,
- AiutaWatermark? watermark,
- AiutaImages? images,
- AiutaThemeToggles? toggles,
Creates a new AiutaTheme instance.
Implementation
AiutaTheme({
this.colors,
this.gradients,
this.typography,
this.icons,
this.shapes,
this.dimensions,
this.watermark,
this.images,
this.toggles,
});