ResponsiveLayoutFactory class abstract

The ResponsiveLayoutFactory is responsible for creating a Layout. It orders the children into a Layout with a given number of columns.

The ResponsiveLayoutGrid uses a DefaultLayoutFactory by default.

You could create your own ResponsiveLayoutFactory if you need to do something outside the box. See example.

Implementers

Constructors

ResponsiveLayoutFactory()

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

create(LayoutDimensions layoutDimensions, List<Widget> children) Layout
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