ListTileThemeModifier class

An inherited widget that defines color and style parameters for ListTiles in this widget's subtree.

Values specified here are used for ListTile properties that are not given an explicit non-null value.

The Drawer widget specifies a tile theme for its children which sets style to ListTileStyle.drawer.

Inheritance
Available extensions

Constructors

ListTileThemeModifier({Key? key, Widget? child, Key? modifierKey, ListTileThemeData? data, bool? dense, ShapeBorder? shape, ListTileStyle? style, Color? selectedColor, Color? iconColor, Color? textColor, EdgeInsetsGeometry? contentPadding, Color? tileColor, Color? selectedTileColor, bool? enableFeedback, MaterialStateProperty<MouseCursor?>? mouseCursor, double? horizontalTitleGap, double? minVerticalPadding, double? minLeadingWidth})
Creates a list tile theme that defines the color and style parameters for descendant ListTiles.
const

Properties

contentPadding EdgeInsetsGeometry?
Overrides the default value of ListTile.contentPadding.
final
data ListTileThemeData?
The configuration of this theme.
final
dense bool?
Overrides the default value of ListTile.dense.
final
enableFeedback bool?
Overrides the default value of ListTile.enableFeedback.
final
hashCode int
The hash code for this object.
no setterinherited
horizontalTitleGap double?
Overrides the default value of ListTile.horizontalTitleGap.
final
iconColor Color?
Overrides the default value of ListTile.iconColor.
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
minLeadingWidth double?
Overrides the default value of ListTile.minLeadingWidth.
final
minVerticalPadding double?
Overrides the default value of ListTile.minVerticalPadding.
final
modifierKey Key?
The actual key of the widget, which Modifier wrapped
finalinherited
mouseCursor MaterialStateProperty<MouseCursor?>?
If specified, overrides the default value of ListTile.mouseCursor.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedColor Color?
Overrides the default value of ListTile.selectedColor.
final
selectedTileColor Color?
Overrides the default value of ListTile.selectedTileColor.
final
shape ShapeBorder?
Overrides the default value of ListTile.shape.
final
style ListTileStyle?
Overrides the default value of ListTile.style.
final
textColor Color?
Overrides the default value of ListTile.textColor.
final
tileColor Color?
Overrides the default value of ListTile.tileColor.
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
inherited
buildWithChild(BuildContext context, Widget? child) Widget
A build method that receives an extra child parameter.
override
createElement() SingleChildStatelessElement
Create a SingleChildStatelessElement
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited