A sequence of widgets flowing either horizontally or vertically. Widgets flowing horizontally must wrap after 24 grid columns. There is no effective vertical limit on widgets flowing vertically.

Hierarchy (view full)

Implements

Constructors

Properties

widgets: Widget[] = []

Methods

  • Determines the relative positions of all the child widgets in this [FlowWidget]. 'Relative Position' tells us where the widget should be placed relative to the upper-left point of this FlowWidget.

    Returns Map<Widget, WidgetRelativePosition>

Generated using TypeDoc