FTileDivider enum

The divider between tiles in a group.

Inheritance
Available extensions

Values

full → const FTileDivider

Represents a divider that spans the entire tile horizontally.

indented → const FTileDivider

Represents a divider that partially spans the tile horizontally. A tile is always responsible for the divider directly below it.

For FTile.new, the divider spans from the title's left edge to the tile's right edge. It is always aligned to the title of the tile above the divider.

-----------------------------
| [prefixIcon] [title]      | <- Tile A
|              ------------ |
| [title]                   | <- Tile B
-----------------------------
none → const FTileDivider

No divider between tiles.

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<FTileDivider>
A constant List of the values in this enum, in order of their declaration.