WidgetTheme class
Constructors
- WidgetTheme({IconData? icon, Color color = otherWidgetColor})
-
const
Properties
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
Static Methods
-
fromName(
String? widgetType) → WidgetTheme
Constants
- alignTheme → const WidgetTheme
- animatedTheme → const WidgetTheme
- animationWidgetColor → const Color
- contentWidgetColor → const Color
- flexibleTheme → const WidgetTheme
- gestureTheme → const WidgetTheme
- highLevelTheme → const WidgetTheme
- highLevelWidgetColor → const Color
- imageTheme → const WidgetTheme
- listTheme → const WidgetTheme
- otherWidgetColor → const Color
- scrollTheme → const WidgetTheme
- tabTheme → const WidgetTheme
- textButtonTheme → const WidgetTheme
- textTheme → const WidgetTheme
-
themeMap
→ const Map<
String, WidgetTheme> - toggleTheme → const WidgetTheme
- transitionTheme → const WidgetTheme