CapturedThemes class

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.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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