CellListTile constructor
const
CellListTile({
- Key? key,
- ValueCell<
Widget?> ? leading, - ValueCell<
Widget?> ? title, - ValueCell<
Widget?> ? subtitle, - ValueCell<
Widget?> ? trailing, - ValueCell<
bool> isThreeLine = const ValueCell.value(false), - ValueCell<
bool?> ? dense, - ValueCell<
VisualDensity?> ? visualDensity, - ValueCell<
ShapeBorder?> ? shape, - ValueCell<
ListTileStyle?> ? style, - ValueCell<
Color?> ? selectedColor, - ValueCell<
Color?> ? iconColor, - ValueCell<
Color?> ? textColor, - ValueCell<
TextStyle?> ? titleTextStyle, - ValueCell<
TextStyle?> ? subtitleTextStyle, - ValueCell<
TextStyle?> ? leadingAndTrailingTextStyle, - ValueCell<
EdgeInsetsGeometry?> ? contentPadding, - ValueCell<
bool> enabled = const ValueCell.value(true), - ValueCell<
void Function()?> ? onTap, - ValueCell<
void Function()?> ? onLongPress, - ValueCell<
void Function(bool)?> ? onFocusChange, - ValueCell<
MouseCursor?> ? mouseCursor, - ValueCell<
bool> selected = const ValueCell.value(false), - ValueCell<
Color?> ? focusColor, - ValueCell<
Color?> ? hoverColor, - ValueCell<
Color?> ? splashColor, - ValueCell<
FocusNode?> ? focusNode, - ValueCell<
bool> autofocus = const ValueCell.value(false), - ValueCell<
Color?> ? tileColor, - ValueCell<
Color?> ? selectedTileColor, - ValueCell<
bool?> ? enableFeedback, - ValueCell<
double?> ? horizontalTitleGap, - ValueCell<
double?> ? minVerticalPadding, - ValueCell<
double?> ? minLeadingWidth, - ValueCell<
double?> ? minTileHeight, - ValueCell<
ListTileTitleAlignment?> ? titleAlignment,
Implementation
const CellListTile({
super.key,
this.leading,
this.title,
this.subtitle,
this.trailing,
this.isThreeLine = const ValueCell.value(false),
this.dense,
this.visualDensity,
this.shape,
this.style,
this.selectedColor,
this.iconColor,
this.textColor,
this.titleTextStyle,
this.subtitleTextStyle,
this.leadingAndTrailingTextStyle,
this.contentPadding,
this.enabled = const ValueCell.value(true),
this.onTap,
this.onLongPress,
this.onFocusChange,
this.mouseCursor,
this.selected = const ValueCell.value(false),
this.focusColor,
this.hoverColor,
this.splashColor,
this.focusNode,
this.autofocus = const ValueCell.value(false),
this.tileColor,
this.selectedTileColor,
this.enableFeedback,
this.horizontalTitleGap,
this.minVerticalPadding,
this.minLeadingWidth,
this.minTileHeight,
this.titleAlignment,
});