LiveCheckboxListTile.adaptive constructor
const
LiveCheckboxListTile.adaptive({
- Key? key,
- required MutableCell<
bool?> value, - MouseCursor? mouseCursor,
- Color? activeColor,
- WidgetStateProperty<
Color?> ? fillColor, - Color? checkColor,
- Color? hoverColor,
- WidgetStateProperty<
Color?> ? overlayColor, - double? splashRadius,
- MaterialTapTargetSize? materialTapTargetSize,
- VisualDensity? visualDensity,
- FocusNode? focusNode,
- bool autofocus,
- ShapeBorder? shape,
- BorderSide? side,
- bool isError,
- ValueCell<
bool?> ? enabled, - Color? tileColor,
- Widget? title,
- Widget? subtitle,
- bool? isThreeLine,
- bool? dense,
- Widget? secondary,
- bool selected,
- ListTileControlAffinity? controlAffinity,
- EdgeInsetsGeometry? contentPadding,
- bool tristate,
- OutlinedBorder? checkboxShape,
- Color? selectedTileColor,
- void onFocusChange()?,
- bool? enableFeedback,
- String? checkboxSemanticLabel,
- double checkboxScaleFactor,
- ListTileTitleAlignment? titleAlignment,
- bool internalAddSemanticForOnTap,
Implementation
const factory LiveCheckboxListTile.adaptive({
Key? key,
required MutableCell<bool?> value,
MouseCursor? mouseCursor,
Color? activeColor,
WidgetStateProperty<Color?>? fillColor,
Color? checkColor,
Color? hoverColor,
WidgetStateProperty<Color?>? overlayColor,
double? splashRadius,
MaterialTapTargetSize? materialTapTargetSize,
VisualDensity? visualDensity,
FocusNode? focusNode,
bool autofocus,
ShapeBorder? shape,
BorderSide? side,
bool isError,
ValueCell<bool?>? enabled,
Color? tileColor,
Widget? title,
Widget? subtitle,
bool? isThreeLine,
bool? dense,
Widget? secondary,
bool selected,
ListTileControlAffinity? controlAffinity,
EdgeInsetsGeometry? contentPadding,
bool tristate,
OutlinedBorder? checkboxShape,
Color? selectedTileColor,
void Function(bool)? onFocusChange,
bool? enableFeedback,
String? checkboxSemanticLabel,
double checkboxScaleFactor,
ListTileTitleAlignment? titleAlignment,
bool internalAddSemanticForOnTap,
}) = _LiveCheckboxListTile$adaptive;