FixedWidthColumns class final

A layout that splits an area into columns of a defined width.

The area is split into columns of equal width.

The remaining space at the right of the area is not included in the columns.

Implemented types
Annotations

Constructors

FixedWidthColumns({int width = 1})
Creates a layout that splits an area into columns.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
The width of each column.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
split(Rect area) List<Rect>
Splits the given area into multiple sub-areas.
override
toString() String
A string representation of this object.
override

Operators

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