SettingsTileTheme class

Constructors

SettingsTileTheme({Color? tileColor, EdgeInsetsGeometry? contentPadding, ShapeBorder? shape, Color? selectedTileColor, bool? dense, ListTileStyle? style, Color? selectedColor, Color? iconColor, Color? textColor, double? horizontalTitleGap, double? minVerticalPadding, double? minLeadingWidth, bool? enableFeedback})
const

Properties

contentPadding EdgeInsetsGeometry?
The tile's internal padding.
final
dense bool?
If true then ListTiles will have the vertically dense layout.
final
enableFeedback bool?
If specified, defines the feedback property for ListTile.
final
hashCode int
The hash code for this object.
no setterinherited
horizontalTitleGap double?
The horizontal gap between the titles and the leading/trailing widgets.
final
iconColor Color?
If specified, the icon color used for enabled ListTiles that are not selected.
final
minLeadingWidth double?
The minimum width allocated for the ListTile.leading widget.
final
minVerticalPadding double?
The minimum padding on the top and bottom of the title and subtitle widgets.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedColor Color?
If specified, the color used for icons and text when a ListTile is selected.
final
selectedTileColor Color?
If specified, defines the background color for ListTile when ListTile.selected is true.
final
shape ShapeBorder?
If specified, shape defines the ListTile's shape.
final
style ListTileStyle?
If specified, style defines the font used for ListTile titles.
final
textColor Color?
If specified, the text color used for enabled ListTiles that are not selected.
final
tileColor Color?
If specified, defines the background color for ListTile when ListTile.selected is false.
final

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