ColumnHeaderIconPosition enum
The position of the icon in the column headers.
Values
- start → const ColumnHeaderIconPosition
-
Specifies that an icon is positioned at the starting position of the column header.
- end → const ColumnHeaderIconPosition
-
Specifies that an icon is positioned at the ending position of the column header.
Properties
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<
ColumnHeaderIconPosition> - A constant List of the values in this enum, in order of their declaration.