LiveRadioListTile<T>.adaptive constructor
const
LiveRadioListTile<T>.adaptive ({
- Key? key,
- required T value,
- MutableCell<
T?> ? groupValue, - MouseCursor? mouseCursor,
- bool toggleable,
- Color? activeColor,
- WidgetStateProperty<
Color?> ? fillColor, - Color? hoverColor,
- WidgetStateProperty<
Color?> ? overlayColor, - double? splashRadius,
- MaterialTapTargetSize? materialTapTargetSize,
- Widget? title,
- Widget? subtitle,
- bool? isThreeLine,
- bool? dense,
- Widget? secondary,
- bool selected,
- ListTileControlAffinity? controlAffinity,
- bool autofocus,
- EdgeInsetsGeometry? contentPadding,
- ShapeBorder? shape,
- Color? tileColor,
- Color? selectedTileColor,
- VisualDensity? visualDensity,
- FocusNode? focusNode,
- void onFocusChange()?,
- bool? enableFeedback,
- double radioScaleFactor,
- MutableCell<
bool?> ? enabled, - bool useCupertinoCheckmarkStyle,
- ListTileTitleAlignment? titleAlignment,
- bool internalAddSemanticForOnTap,
- WidgetStateProperty<
Color?> ? radioBackgroundColor, - BorderSide? radioSide,
- WidgetStateProperty<
double?> ? radioInnerRadius,
Implementation
const factory LiveRadioListTile.adaptive({
Key? key,
required T value,
MutableCell<T?>? groupValue,
MouseCursor? mouseCursor,
bool toggleable,
Color? activeColor,
WidgetStateProperty<Color?>? fillColor,
Color? hoverColor,
WidgetStateProperty<Color?>? overlayColor,
double? splashRadius,
MaterialTapTargetSize? materialTapTargetSize,
Widget? title,
Widget? subtitle,
bool? isThreeLine,
bool? dense,
Widget? secondary,
bool selected,
ListTileControlAffinity? controlAffinity,
bool autofocus,
EdgeInsetsGeometry? contentPadding,
ShapeBorder? shape,
Color? tileColor,
Color? selectedTileColor,
VisualDensity? visualDensity,
FocusNode? focusNode,
void Function(bool)? onFocusChange,
bool? enableFeedback,
double radioScaleFactor,
MutableCell<bool?>? enabled,
bool useCupertinoCheckmarkStyle,
ListTileTitleAlignment? titleAlignment,
bool internalAddSemanticForOnTap,
WidgetStateProperty<Color?>? radioBackgroundColor,
BorderSide? radioSide,
WidgetStateProperty<double?>? radioInnerRadius,
}) = _LiveRadioListTile$adaptive<T>;