AFThemeState class
Captures the current state of the primary theme, and any registered third-party themes.
Constructors
- AFThemeState({required AFFundamentalThemeState fundamentals})
- AFThemeState.create({required AFFundamentalThemeState fundamentals})
-
factory
Properties
- fundamentals → AFFundamentalThemeState
-
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
-
copyWith(
{AFFundamentalThemeState? fundamentals, Map< AFThemeID, AFFunctionalTheme> ? functionals}) → AFThemeState -
createFunctionalTheme(
AFThemeID themeId, AFBuildContext< AFFlexibleStateView, AFRouteParam> context) → AFFunctionalTheme -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reviseOverrideThemeValue(
AFThemeID id, dynamic value) → AFThemeState -
reviseRebuildAll(
) → AFThemeState -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited