ResponsiveColumn class

A definition of a column's layout and child for use in ResponsiveRow.

Constructors

ResponsiveColumn(Breakpoints<ResponsiveColumnConfig> breakpoints, {required Widget child})
Creates a responsive column with its properties defined in breakpoints.
ResponsiveColumn.auto({int offset = 0, int order = 0, ResponsiveCrossAlignment? crossAxisAlignment, required Widget child})
Creates a column that takes the space of its child in the run of a ResponsiveRow
ResponsiveColumn.fill({int offset = 0, int order = 0, ResponsiveCrossAlignment? crossAxisAlignment, required Widget child})
Creates a column that fills the remaining space in the run of a ResponsiveRow
ResponsiveColumn.span({required int span, int offset = 0, int order = 0, ResponsiveCrossAlignment? crossAxisAlignment, required Widget child})
Creates a column that takes span columns of space in the run of a ResponsiveRow

Properties

breakpoints Breakpoints<ResponsiveColumnConfig>
The breakpoints at which the column's configurable properties can change.
final
child Widget
The child to display in the column.
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

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