ThemeModel class

Constructors

ThemeModel({required String primaryColor, required String onPrimaryColor, required String secondaryColor, required String errorColor, required String borderColor, required TextStyleModel buttonTextStyle, required TextStyleModel headline1, required TextStyleModel headline2, required TextStyleModel hintStyle})
ThemeModel.fromJson(Map<String, dynamic> json)
factory

Properties

borderColor String
getter/setter pair
buttonTextStyle TextStyleModel
getter/setter pair
errorColor String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headline1 TextStyleModel
getter/setter pair
headline2 TextStyleModel
getter/setter pair
hintStyle TextStyleModel
getter/setter pair
onPrimaryColor String
getter/setter pair
primaryColor String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryColor String
getter/setter pair

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