Column class

Vertical flex.

Inheritance

Constructors

Column({List<Widget> children = const <Widget>[], MainAxisAlignment mainAxisAlignment = MainAxisAlignment.start, CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.start, MainAxisSize mainAxisSize = MainAxisSize.max})
Column API.
const

Properties

children → List<Widget>
children API.
finalinherited
crossAxisAlignment → CrossAxisAlignment
crossAxisAlignment API.
finalinherited
direction → Axis
direction API.
finalinherited
flowChildren → List<Widget>?
Vertical columns flow as separate MultiPage children so a nested Table can span.
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
mainAxisAlignment → MainAxisAlignment
mainAxisAlignment API.
finalinherited
mainAxisSize → MainAxisSize
mainAxisSize API.
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

layout(Context context, BoxConstraints constraints) → PwBox
layout API.
inherited
layoutSpan(Context context, BoxConstraints constraints) → SpanSlice?
Split across pages when constraints has a bounded height.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paintStamp(Context context, double pageW, double pageH) → void
Stamp paint. The default lays out and paints glyph by glyph.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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