LiveCheckbox constructor

const LiveCheckbox({
  1. Key? key,
  2. ValueCell<bool> enabled,
  3. required MutableCell<bool?> value,
  4. bool tristate,
  5. MouseCursor? mouseCursor,
  6. Color? activeColor,
  7. WidgetStateProperty<Color?>? fillColor,
  8. Color? checkColor,
  9. Color? focusColor,
  10. Color? hoverColor,
  11. WidgetStateProperty<Color?>? overlayColor,
  12. double? splashRadius,
  13. MaterialTapTargetSize? materialTapTargetSize,
  14. VisualDensity? visualDensity,
  15. FocusNode? focusNode,
  16. bool autofocus,
  17. OutlinedBorder? shape,
  18. BorderSide? side,
  19. bool isError,
  20. String? semanticLabel,
})

Implementation

const factory LiveCheckbox({
  Key? key,
  ValueCell<bool> enabled,
  required MutableCell<bool?> value,
  bool tristate,
  MouseCursor? mouseCursor,
  Color? activeColor,
  WidgetStateProperty<Color?>? fillColor,
  Color? checkColor,
  Color? focusColor,
  Color? hoverColor,
  WidgetStateProperty<Color?>? overlayColor,
  double? splashRadius,
  MaterialTapTargetSize? materialTapTargetSize,
  VisualDensity? visualDensity,
  FocusNode? focusNode,
  bool autofocus,
  OutlinedBorder? shape,
  BorderSide? side,
  bool isError,
  String? semanticLabel,
}) = _LiveCheckbox$new;