FlutterListTile class
Constructors
- FlutterListTile({@cN FlutterKey? key, @cN AnyWidget? leading, @cN AnyWidget? title, @cN AnyWidget? subtitle, @cN AnyWidget? trailing, bool? isThreeLine, bool? dense, @cN FlutterShapeBorder? shape, FlutterColor? selectedColor, FlutterColor? iconColor, FlutterColor? textColor, @cN FlutterEdgeInsetsGeometry? contentPadding, bool? enabled, AWActions? onTap, AWActions? onLongPress, bool? selected, FlutterColor? focusColor, FlutterColor? hoverColor, bool? autofocus, FlutterColor? tileColor, FlutterColor? selectedTileColor, bool? enableFeedback, double? horizontalTitleGap, double? minVerticalPadding, double? minLeadingWidth})
-
factory
-
FlutterListTile.fromJson(Map<
String, dynamic> json) -
factory
Properties
- autofocus → bool?
-
no setterinherited
- contentPadding → FlutterEdgeInsetsGeometry?
-
no setterinherited
- dense → bool?
-
no setterinherited
- enabled → bool?
-
no setterinherited
- enableFeedback → bool?
-
no setterinherited
- focusColor → FlutterColor?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- horizontalTitleGap → double?
-
no setterinherited
- hoverColor → FlutterColor?
-
no setterinherited
- iconColor → FlutterColor?
-
no setterinherited
- isThreeLine → bool?
-
no setterinherited
- key → FlutterKey?
-
no setterinherited
- leading → AnyWidget?
-
no setterinherited
- minLeadingWidth → double?
-
no setterinherited
- minVerticalPadding → double?
-
no setterinherited
- onLongPress → AWActions?
-
no setterinherited
- onTap → AWActions?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selected → bool?
-
no setterinherited
- selectedColor → FlutterColor?
-
no setterinherited
- selectedTileColor → FlutterColor?
-
no setterinherited
- shape → FlutterShapeBorder?
-
no setterinherited
- subtitle → AnyWidget?
-
no setterinherited
- textColor → FlutterColor?
-
no setterinherited
- tileColor → FlutterColor?
-
no setterinherited
- title → AnyWidget?
-
no setterinherited
- trailing → AnyWidget?
-
no setterinherited
Methods
-
map<
TResult extends Object?> (TResult $default(_FlutterListTile value)) → TResult -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toWidget(
AnyWidgetContext context) → ListTile -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- unionValue → const String