ListTileControlAffinity enum Null safety
Where to place the control in widgets that use ListTile to position a control next to a label.
See also:
- CheckboxListTile, which combines a ListTile with a Checkbox.
- RadioListTile, which combines a ListTile with a Radio button.
- SwitchListTile, which combines a ListTile with a Switch.
- ExpansionTile, which combines a ListTile with a button that expands or collapses the tile to reveal or hide the children.
Constructors
- ListTileControlAffinity()
-
const
Values
- leading → const ListTileControlAffinity
-
Position the control on the leading edge, and the secondary widget, if any, on the trailing edge.
ListTileControlAffinity()
- trailing → const ListTileControlAffinity
-
Position the control on the trailing edge, and the secondary widget, if any, on the leading edge.
ListTileControlAffinity()
- platform → const ListTileControlAffinity
-
Position the control relative to the text in the fashion that is typical for the current platform, and place the secondary widget on the opposite side.
ListTileControlAffinity()
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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<
ListTileControlAffinity> -
A constant List of the values in this enum, in order of their declaration.
[leading, trailing, platform]