ThemeDataDto class

Constructors

ThemeDataDto({ThemeData? themeLight, ThemeData? themeDark, ThemeData? paintingThemeLight, ThemeData? paintingThemeDark, ThemeData? decoratingThemeLight, ThemeData? decoratingThemeDark, ThemeData? footerThemeLight, ThemeData? footerThemeDark})

Properties

footerThemeDark ThemeData
final
footerThemeLight ThemeData
final
hashCode int
The hash code for this object.
no setterinherited
paintThemeDark ThemeData
final
paintThemeLight ThemeData
final
paletteThemeDark ThemeData
final
paletteThemeLight ThemeData
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
themeDark ThemeData
final
themeLight ThemeData
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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