LiveCheckboxListTile constructor
const
LiveCheckboxListTile({
- 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,
- double? horizontalTitleGap,
- double? minVerticalPadding,
- double? minLeadingWidth,
- double? minTileHeight,
- String? checkboxSemanticLabel,
- double checkboxScaleFactor,
- ListTileTitleAlignment? titleAlignment,
- bool internalAddSemanticForOnTap,
Implementation
const factory LiveCheckboxListTile({
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,
double? horizontalTitleGap,
double? minVerticalPadding,
double? minLeadingWidth,
double? minTileHeight,
String? checkboxSemanticLabel,
double checkboxScaleFactor,
ListTileTitleAlignment? titleAlignment,
bool internalAddSemanticForOnTap,
}) = _LiveCheckboxListTile$new;