ColumnWidthBehavior enum

Defines column width behavior.

Inheritance

Constructors

ColumnWidthBehavior()
const

Values

scrollable → const ColumnWidthBehavior

If the total column width is greater than the available width, horizontal scrolling is displayed. When it is smaller, the remaining width will be distributed to the columns according to the value of the grow attribute. Columns with null grow value will not stretch. Columns set to grow cannot be resized and the width value is considered the minimum value.

fit → const ColumnWidthBehavior

All columns will fit in the available width. There is no horizontal scroll. If the column's grow attribute is null, the value 1 will be considered by default. The columns cannot be resized.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Constants

values → const List<ColumnWidthBehavior>
A constant List of the values in this enum, in order of their declaration.