FastTheme class

Constructors

FastTheme({Color appBarColor = const Color(0xFFFFFFFF), Color appBarTextColor = const Color(0xFF000000), Color backgroundColor = const Color(0xFFF7F6FB), Color mainColor = const Color(0xFFCC1D2A), Color lineColor = const Color(0xffF7F7F7), Brightness brightness = Brightness.dark, Color fontColor = const Color(0xFF3C3C3C)})

Properties

appBarColor ↔ Color
getter/setter pair
appBarTextColor ↔ Color
getter/setter pair
backgroundColor ↔ Color
getter/setter pair
brightness ↔ Brightness
getter/setter pair
fontColor ↔ Color
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
lineColor ↔ Color
getter/setter pair
mainColor ↔ Color
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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