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.bodyLarge text style, which is a little smaller than the theme's TextTheme.titleMedium text style, which is used by default.

Inheritance

Constructors

ListTileStyle()
const

Values

list → const ListTileStyle

Use a title font that's appropriate for a ListTile in a list.

drawer → const ListTileStyle

Use a title font that's appropriate for a ListTile that appears in a Drawer.

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