JsonListTileBuilder constructor
JsonListTileBuilder({
- required bool autofocus,
- EdgeInsetsGeometry? contentPadding,
- bool? dense,
- bool? enableFeedback,
- required bool enabled,
- Color? focusColor,
- FocusNode? focusNode,
- double? horizontalTitleGap,
- Color? hoverColor,
- required bool isThreeLine,
- JsonWidgetData? leading,
- double? minLeadingWidth,
- double? minVerticalPadding,
- MouseCursor? mouseCursor,
- VoidCallback? onLongPress,
- VoidCallback? onTap,
- required bool selected,
- Color? selectedTileColor,
- ShapeBorder? shape,
- JsonWidgetData? subtitle,
- Color? tileColor,
- JsonWidgetData? title,
- JsonWidgetData? trailing,
- VisualDensity? visualDensity,
Implementation
JsonListTileBuilder({
required this.autofocus,
this.contentPadding,
this.dense,
this.enableFeedback,
required this.enabled,
this.focusColor,
this.focusNode,
this.horizontalTitleGap,
this.hoverColor,
required this.isThreeLine,
this.leading,
this.minLeadingWidth,
this.minVerticalPadding,
this.mouseCursor,
this.onLongPress,
this.onTap,
required this.selected,
this.selectedTileColor,
this.shape,
this.subtitle,
this.tileColor,
this.title,
this.trailing,
this.visualDensity,
}) : super(numSupportedChildren: kNumSupportedChildren);