JsonListTileBuilder constructor

JsonListTileBuilder({
  1. required bool autofocus,
  2. EdgeInsetsGeometry? contentPadding,
  3. bool? dense,
  4. bool? enableFeedback,
  5. required bool enabled,
  6. Color? focusColor,
  7. FocusNode? focusNode,
  8. double? horizontalTitleGap,
  9. Color? hoverColor,
  10. required bool isThreeLine,
  11. JsonWidgetData? leading,
  12. double? minLeadingWidth,
  13. double? minVerticalPadding,
  14. MouseCursor? mouseCursor,
  15. VoidCallback? onLongPress,
  16. VoidCallback? onTap,
  17. required bool selected,
  18. Color? selectedTileColor,
  19. ShapeBorder? shape,
  20. JsonWidgetData? subtitle,
  21. Color? tileColor,
  22. JsonWidgetData? title,
  23. JsonWidgetData? trailing,
  24. 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);