JsonListTileBuilder constructor

const 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. Color? iconColor,
  11. required bool isThreeLine,
  12. JsonWidgetData? leading,
  13. double? minLeadingWidth,
  14. double? minVerticalPadding,
  15. MouseCursor? mouseCursor,
  16. VoidCallback? onLongPress,
  17. VoidCallback? onTap,
  18. required bool selected,
  19. Color? selectedColor,
  20. Color? selectedTileColor,
  21. ShapeBorder? shape,
  22. Color? splashColor,
  23. ListTileStyle? style,
  24. JsonWidgetData? subtitle,
  25. Color? textColor,
  26. Color? tileColor,
  27. JsonWidgetData? title,
  28. JsonWidgetData? trailing,
  29. VisualDensity? visualDensity,
})

Implementation

const JsonListTileBuilder({
  required this.autofocus,
  this.contentPadding,
  this.dense,
  this.enableFeedback,
  required this.enabled,
  this.focusColor,
  this.focusNode,
  this.horizontalTitleGap,
  this.hoverColor,
  this.iconColor,
  required this.isThreeLine,
  this.leading,
  this.minLeadingWidth,
  this.minVerticalPadding,
  this.mouseCursor,
  this.onLongPress,
  this.onTap,
  required this.selected,
  this.selectedColor,
  this.selectedTileColor,
  this.shape,
  this.splashColor,
  this.style,
  this.subtitle,
  this.textColor,
  this.tileColor,
  this.title,
  this.trailing,
  this.visualDensity,
}) : super(numSupportedChildren: kNumSupportedChildren);