FastThemeData class

Constructors

FastThemeData({Color mainColor = const Color(0xFF3381FF), Color backgroundColor = const Color(0xFF000000), Color selectedBackgroundColor = const Color(0xFF4B4D54), Color borderColor = const Color(0x26CCCCCC), Color iconColor = const Color(0xFFFFFFFF), Color textColorOnBackground = const Color(0xFFF9F9F9), Color dividerColor = const Color(0xFFDBE1EA)})
FastThemeData.dark()
FastThemeData.light()

Properties

backgroundColor Color
for whiteboard background, loading view background
final
borderColor Color
border color
final
dividerColor Color
divider color
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color
icons color
final
mainColor Color
main color, used by loadings, seekbars. mostly it's configured by app main color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedBackgroundColor Color
reserved
final
textColorOnBackground Color
text color
final

Methods

copyWith({Color? mainColor, Color? backgroundColor, Color? selectedBackgroundColor, Color? borderColor, Color? iconColor, Color? textColorOnBackground, Color? dividerColor}) FastThemeData
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