JsonListTileBuilderModel constructor

const JsonListTileBuilderModel(
  1. Map<String, dynamic> args, {
  2. bool autofocus = false,
  3. EdgeInsetsGeometry? contentPadding,
  4. bool? dense,
  5. bool? enableFeedback,
  6. bool enabled = true,
  7. Color? focusColor,
  8. FocusNode? focusNode,
  9. double? horizontalTitleGap,
  10. Color? hoverColor,
  11. Color? iconColor,
  12. bool isThreeLine = false,
  13. JsonWidgetData? leading,
  14. TextStyle? leadingAndTrailingTextStyle,
  15. double? minLeadingWidth,
  16. double? minTileHeight,
  17. double? minVerticalPadding,
  18. MouseCursor? mouseCursor,
  19. void onFocusChange(
    1. bool
    )?,
  20. void onLongPress()?,
  21. void onTap()?,
  22. bool selected = false,
  23. Color? selectedColor,
  24. Color? selectedTileColor,
  25. ShapeBorder? shape,
  26. Color? splashColor,
  27. ListTileStyle? style,
  28. JsonWidgetData? subtitle,
  29. TextStyle? subtitleTextStyle,
  30. Color? textColor,
  31. Color? tileColor,
  32. JsonWidgetData? title,
  33. ListTileTitleAlignment? titleAlignment,
  34. TextStyle? titleTextStyle,
  35. JsonWidgetData? trailing,
  36. VisualDensity? visualDensity,
})

Implementation

const JsonListTileBuilderModel(
  super.args, {
  this.autofocus = false,
  this.contentPadding,
  this.dense,
  this.enableFeedback,
  this.enabled = true,
  this.focusColor,
  this.focusNode,
  this.horizontalTitleGap,
  this.hoverColor,
  this.iconColor,
  this.isThreeLine = false,
  this.leading,
  this.leadingAndTrailingTextStyle,
  this.minLeadingWidth,
  this.minTileHeight,
  this.minVerticalPadding,
  this.mouseCursor,
  this.onFocusChange,
  this.onLongPress,
  this.onTap,
  this.selected = false,
  this.selectedColor,
  this.selectedTileColor,
  this.shape,
  this.splashColor,
  this.style,
  this.subtitle,
  this.subtitleTextStyle,
  this.textColor,
  this.tileColor,
  this.title,
  this.titleAlignment,
  this.titleTextStyle,
  this.trailing,
  this.visualDensity,
});