JsonListTileBuilder constructor
      const
      JsonListTileBuilder({ 
    
    
- required bool autofocus,
 - EdgeInsetsGeometry? contentPadding,
 - bool? dense,
 - bool? enableFeedback,
 - required bool enabled,
 - Color? focusColor,
 - FocusNode? focusNode,
 - double? horizontalTitleGap,
 - Color? hoverColor,
 - Color? iconColor,
 - required bool isThreeLine,
 - JsonWidgetData? leading,
 - double? minLeadingWidth,
 - double? minVerticalPadding,
 - MouseCursor? mouseCursor,
 - VoidCallback? onLongPress,
 - VoidCallback? onTap,
 - required bool selected,
 - Color? selectedColor,
 - Color? selectedTileColor,
 - ShapeBorder? shape,
 - Color? splashColor,
 - ListTileStyle? style,
 - JsonWidgetData? subtitle,
 - Color? textColor,
 - Color? tileColor,
 - JsonWidgetData? title,
 - JsonWidgetData? trailing,
 - 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);