FormeListTileItem<T extends Object> class

Constructors

FormeListTileItem({required Widget title, Widget? subtitle, Widget? secondary, ListTileControlAffinity controlAffinity = ListTileControlAffinity.platform, bool readOnly = false, bool visible = true, bool dense = false, EdgeInsetsGeometry padding = EdgeInsets.zero, required T data, bool ignoreSplit = false, bool? enableFeedback, VisualDensity? visualDensity, BorderSide? side, bool? isThreeLine, ShapeBorder? shape, Color? tileColor, Color? selectedTileColor, Color? activeColor, Color? checkColor, OutlinedBorder? checkboxShape, ImageProvider<Object>? activeThumbImage, Color? activeTrackColor, MaterialStateProperty<Color?>? fillColor, Color? hoverColor, Color? inactiveThumbColor, ImageProvider<Object>? inactiveThumbImage, Color? inactiveTrackColor, MaterialTapTargetSize? materialTapTargetSize, MouseCursor? mouseCursor, DragStartBehavior? dragStartBehavior, Color? focusColor, ImageErrorListener? onActiveThumbImageError, ImageErrorListener? onInactiveThumbImageError, MaterialStateProperty<Color?>? overlayColor, double? splashRadius, MaterialStateProperty<Color?>? thumbColor, MaterialStateProperty<Icon?>? thumbIcon, MaterialStateProperty<Color?>? trackColor, bool toggleable = true})

Properties

activeColor Color?
final
activeThumbImage ImageProvider<Object>?
worked when type == switch
final
activeTrackColor Color?
worked type == switch
final
checkboxShape OutlinedBorder?
type == checkbox
final
checkColor Color?
worked when type == checkbox
final
controlAffinity ListTileControlAffinity
final
data → T
final
dense bool
final
dragStartBehavior DragStartBehavior?
worked when split != 1 && type == switch;
final
enableFeedback bool?
worked when split = 1
final
fillColor MaterialStateProperty<Color?>?
worked when split != 1 && type == checkbox;
final
focusColor Color?
worked when split != 1;
final
hashCode int
The hash code for this object.
no setterinherited
hoverColor Color?
worked when type == switch
final
ignoreSplit bool
final
inactiveThumbColor Color?
worked when type == switch
final
inactiveThumbImage ImageProvider<Object>?
worked when type == switch
final
inactiveTrackColor Color?
worked when type == switch
final
isThreeLine bool?
worked when split = 1
final
materialTapTargetSize MaterialTapTargetSize?
worked when split != 1;
final
mouseCursor MouseCursor?
worked when split != 1;
final
onActiveThumbImageError ImageErrorListener?
worked when split != 1 && type == switch;
final
onInactiveThumbImageError ImageErrorListener?
worked when split != 1 && type == switch;
final
overlayColor MaterialStateProperty<Color?>?
worked when split != 1;
final
padding EdgeInsetsGeometry
final
readOnly bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondary Widget?
only work when split = 1
final
selectedTileColor Color?
worked when split = 1
final
shape ShapeBorder?
worked when split = 1
final
side BorderSide?
worked when split = 1 && type == checkbox
final
splashRadius double?
worked when split != 1;
final
subtitle Widget?
only work when split = 1
final
thumbColor MaterialStateProperty<Color?>?
worked when split != 1 && type == switch;
final
thumbIcon MaterialStateProperty<Icon?>?
worked when split != 1 && type == switch;
final
tileColor Color?
worked when split = 1
final
title Widget
final
toggleable bool
worked when type == Radio
final
trackColor MaterialStateProperty<Color?>?
worked when split != 1 && type == switch;
final
visible bool
final
visualDensity VisualDensity?
worked when split = 1
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