WebfabrikThemeData class
Location History Theme Data
The theme data of the WebfabrikTheme.
Constructors
- WebfabrikThemeData.new({WebfabrikColorThemeData colors = const WebfabrikColorThemeData(), WebfabrikTextThemeData text = const WebfabrikTextThemeData(), WebfabrikSpacingThemeData spacing = const WebfabrikSpacingThemeData(), WebfabrikRadiiThemeData radii = const WebfabrikRadiiThemeData(), WebfabrikDurationsThemeData durations = const WebfabrikDurationsThemeData(), WebfabrikMiscThemeData misc = const WebfabrikMiscThemeData()})
-
const
Properties
- colors → WebfabrikColorThemeData
-
final
- durations → WebfabrikDurationsThemeData
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- misc → WebfabrikMiscThemeData
-
final
- radii → WebfabrikRadiiThemeData
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spacing → WebfabrikSpacingThemeData
-
final
- text → WebfabrikTextThemeData
-
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