ProductTheme class abstract

General theme for the app

Constructors

ProductTheme({required Color backgroud, required Color searchBackgroud, required Color searchTextColor, required Color cardBackgroud, required Color cardTextColor})
Color items for inspector

Properties

backgroud Color
The background color of the app
final
cardBackgroud Color
The background color of the card
final
cardTextColor Color
The text color of the card
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchBackgroud Color
The background color of the search bar
final
searchTextColor Color
The text color of the search bar
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