UThemeData class

Constructors

UThemeData.new({required String fontFamily, required Color disabledColor, required Color primaryColor, required Color secondaryColor, Color errorColor = Colors.red, Color cardColor = Colors.white, Color? surface, Color? surfaceContainer, double cardElevation = 1})

Properties

cardColor Color
final
cardElevation double
final
disabledColor Color
final
errorColor Color
final
fontFamily String
final
hashCode int
The hash code for this object.
no setterinherited
primaryColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryColor Color
final
surface Color?
final
surfaceContainer Color?
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