ResponsiveLayoutDelegate class abstract

An interface of matching child widgets to form factors.

See also:

Implementers

Constructors

ResponsiveLayoutDelegate()

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
resolveChildren(Map<FormFactor, Widget> explicitChildren, FormFactorsData formFactorsData) Map<FormFactor, Widget>
For given list of supported form factors contained in formFactorsData and explicitly matched widgets, returns a map of matched widgets for all supported form factors.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited