AtomicThemeData constructor
const
AtomicThemeData({
- required String name,
- required AtomicColorScheme colors,
- AtomicTypographyTheme typography = const AtomicTypographyTheme(),
- AtomicSpacingTheme spacing = const AtomicSpacingTheme(),
- AtomicShadowsTheme shadows = const AtomicShadowsTheme(),
- AtomicBordersTheme borders = const AtomicBordersTheme(),
- AtomicAnimationsTheme animations = const AtomicAnimationsTheme(),
Implementation
const AtomicThemeData({
required this.name,
required this.colors,
this.typography = const AtomicTypographyTheme(),
this.spacing = const AtomicSpacingTheme(),
this.shadows = const AtomicShadowsTheme(),
this.borders = const AtomicBordersTheme(),
this.animations = const AtomicAnimationsTheme(),
});