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