StyleManager class
Factory class for creating style instances.
Manages style creation and retrieval based on configuration.
Constructors
- StyleManager({required SuperHomeWidgetConfig config})
- Creates a new StyleManager instance.
Properties
- config → SuperHomeWidgetConfig
-
The main configuration.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getStyle(
WidgetStyleType type) → WidgetStyle? - Gets a style by type.
-
getStyleByName(
String name) → WidgetStyle? - Gets a style by name.
-
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