CapturedThemes class Null safety
Stores a list of captured InheritedThemes that can be wrapped around a child Widget.
Used as return type by InheritedTheme.capture.
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
wrap(
Widget child) → Widget -
Wraps a
child
Widget in the InheritedThemes captured in this object.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited