MobilePOSTheme class

Constructors

MobilePOSTheme({required Color primaryColor, required Color headerTextColor, required Color onPrimary, required Color lightModeFG, required Color darkModeFG, BankBoxThemeMode bankBoxThemeMode = BankBoxThemeMode.light, required Color secondaryColor})
const
MobilePOSTheme.defaults()
factory

Properties

bankBoxThemeMode BankBoxThemeMode
final
darkModeFG Color
final
getFGColor Color
no setter
hashCode int
The hash code for this object.
no setterinherited
headerTextColor Color
final
isLightTheme bool
no setter
lightModeFG Color
final
onPrimary Color
final
primaryColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryColor 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