AiutaTheme constructor

AiutaTheme({
  1. AiutaColors? colors,
  2. AiutaGradients? gradients,
  3. AiutaTypography? typography,
  4. AiutaIcons? icons,
  5. AiutaShapes? shapes,
  6. AiutaDimensions? dimensions,
  7. AiutaWatermark? watermark,
  8. AiutaImages? images,
  9. 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,
});