AtomicThemeData class

Constructors

AtomicThemeData.new({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()})
const

Properties

animations AtomicAnimationsTheme
final
borders AtomicBordersTheme
final
colors AtomicColorScheme
final
hashCode int
The hash code for this object.
no setteroverride
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadows AtomicShadowsTheme
final
spacing AtomicSpacingTheme
final
typography AtomicTypographyTheme
final

Methods

copyWith({String? name, AtomicColorScheme? colors, AtomicTypographyTheme? typography, AtomicSpacingTheme? spacing, AtomicShadowsTheme? shadows, AtomicBordersTheme? borders, AtomicAnimationsTheme? animations}) AtomicThemeData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMaterialTheme({Brightness brightness = Brightness.light}) ThemeData
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override

Static Properties

defaultTheme AtomicThemeData
no setter