ListTileStyle enum
Defines the title font used for ListTile descendants of a ListTileTheme.
List tiles that appear in a Drawer use the theme's TextTheme.body2 text style, which is a little smaller than the theme's TextTheme.subhead text style, which is used by default.
Constants
- drawer → const ListTileStyle
-
Use a title font that's appropriate for a ListTile that appears in a Drawer.
const ListTileStyle(1)
- list → const ListTileStyle
-
Use a title font that's appropriate for a ListTile in a list.
const ListTileStyle(0)
-
values
→ const List<
ListTileStyle> -
A constant List of the values in this enum, in order of their declaration.
const List<
ListTileStyle>
Properties
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited