NikuListTile constructor
NikuListTile({
- Key? key,
- Widget? leading,
- Widget? title,
- Widget? subtitle,
- Widget? trailing,
- bool? isThreeLine,
- bool? dense,
- VisualDensity? visualDensity,
- ShapeBorder? shape,
- Color? selectedColor,
- Color? iconColor,
- Color? textColor,
- ListTileStyle? style,
- NikuEdgeInsets? contentPadding,
- bool? enabled,
- GestureTapCallback? onTap,
- GestureLongPressCallback? onLongPress,
- MouseCursor? mouseCursor,
- bool? selected,
- Color? focusColor,
- Color? hoverColor,
- FocusNode? focusNode,
- bool? autofocus,
- Color? tileColor,
- Color? selectedTileColor,
- bool? enableFeedback,
- double? horizontalTitleGap,
- double? minVerticalPadding,
- double? minLeadingWidth,
Implementation
NikuListTile({
this.key,
this.leading,
this.title,
this.subtitle,
this.trailing,
this.isThreeLine,
this.dense,
this.visualDensity,
this.shape,
this.selectedColor,
this.iconColor,
this.textColor,
this.style,
this.contentPadding,
this.enabled,
this.onTap,
this.onLongPress,
this.mouseCursor,
this.selected,
this.focusColor,
this.hoverColor,
this.focusNode,
this.autofocus,
this.tileColor,
this.selectedTileColor,
this.enableFeedback,
this.horizontalTitleGap,
this.minVerticalPadding,
this.minLeadingWidth,
}) : super(key: key);