MaterialListTileData class

Constructors

MaterialListTileData({Key? key, Widget? leading, Widget? title, Widget? subtitle, Widget? trailing, VoidCallback? onTap, bool? isThreeLine, bool? dense, VisualDensity? visualDensity, ShapeBorder? shape, ListTileStyle? style, Color? selectedColor, Color? iconColor, Color? textColor, EdgeInsetsGeometry? contentPadding, bool? enabled, GestureLongPressCallback? onLongPress, ValueChanged<bool>? onFocusChange, MouseCursor? mouseCursor, bool? selected, Color? focusColor, Color? hoverColor, Color? splashColor, FocusNode? focusNode, bool? autofocus, Color? tileColor, Color? selectedTileColor, bool? enableFeedback, double? horizontalTitleGap, double? minVerticalPadding, double? minLeadingWidth, TextStyle? leadingAndTrailingTextStyle, TextStyle? subtitleTextStyle, ListTileTitleAlignment? titleAlignment, TextStyle? titleTextStyle, bool? internalAddSemanticForOnTap, double? minTileHeight})

Properties

autofocus → bool?
final
contentPadding → EdgeInsetsGeometry?
final
dense → bool?
final
enabled → bool?
final
enableFeedback → bool?
final
focusColor → Color?
final
focusNode → FocusNode?
final
hashCode → int
The hash code for this object.
no setterinherited
horizontalTitleGap → double?
final
hoverColor → Color?
final
iconColor → Color?
final
internalAddSemanticForOnTap → bool?
final
isThreeLine → bool?
final
key → Key?
finalinherited
leading → Widget?
finalinherited
leadingAndTrailingTextStyle → TextStyle?
final
minLeadingWidth → double?
final
minTileHeight → double?
final
minVerticalPadding → double?
final
mouseCursor → MouseCursor?
final
onFocusChange → ValueChanged<bool>?
final
onLongPress → GestureLongPressCallback?
final
onTap → GestureLongPressCallback?
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
selected → bool?
final
selectedColor → Color?
final
selectedTileColor → Color?
final
shape → ShapeBorder?
final
splashColor → Color?
final
style → ListTileStyle?
final
subtitle → Widget?
finalinherited
subtitleTextStyle → TextStyle?
final
textColor → Color?
final
tileColor → Color?
final
title → Widget?
finalinherited
titleAlignment → ListTileTitleAlignment?
final
titleTextStyle → TextStyle?
final
trailing → Widget?
finalinherited
visualDensity → VisualDensity?
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