NikuCheckboxListTile constructor
NikuCheckboxListTile(
- bool? value, {
- Key? key,
- ValueChanged<
bool?> ? onChanged, - Color? activeColor,
- Color? checkColor,
- Color? tileColor,
- Widget? title,
- Widget? subtitle,
- bool? isThreeLine,
- bool? dense,
- Widget? secondary,
- bool? selected,
- ListTileControlAffinity? controlAffinity,
- bool? autofocus,
- NikuEdgeInsets? contentPadding,
- bool? tristate,
- ShapeBorder? shape,
- Color? selectedTileColor,
- VisualDensity? visualDensity,
- FocusNode? focusNode,
- bool? enableFeedback,
- Color? splashColor,
- Color? highlightColor,
- Color? hoverColor,
- Color? focusColor,
Implementation
NikuCheckboxListTile(
this.value, {
Key? key,
this.onChanged,
this.activeColor,
this.checkColor,
this.tileColor,
this.title,
this.subtitle,
this.isThreeLine,
this.dense,
this.secondary,
this.selected,
this.controlAffinity,
this.autofocus,
this.contentPadding,
this.tristate,
this.shape,
this.selectedTileColor,
this.visualDensity,
this.focusNode,
this.enableFeedback,
this.splashColor,
this.highlightColor,
this.hoverColor,
this.focusColor,
}) : super(key: key);