FieldStyleCheckbox constructor

FieldStyleCheckbox({
  1. MouseCursor? mouseCursor,
  2. Color? activeColor,
  3. Color? fillColor,
  4. Color? checkColor,
  5. Color? hoverColor,
  6. Color? overlayColor,
  7. double? splashRadius,
  8. MaterialTapTargetSize? materialTapTargetSize,
  9. VisualDensity? visualDensity,
  10. FocusNode? focusNode,
  11. bool autofocus = false,
  12. ShapeBorder? shape,
  13. BorderSide? side,
  14. bool isError = false,
  15. bool? enabled,
  16. Color? tileColor,
  17. Widget? title,
  18. TextStyle? titleTextStyle,
  19. Widget? subtitle,
  20. bool isThreeLine = false,
  21. bool? dense,
  22. Widget? secondary,
  23. bool selected = false,
  24. ListTileControlAffinity controlAffinity = ListTileControlAffinity.platform,
  25. EdgeInsetsGeometry? contentPadding,
  26. bool tristate = false,
  27. OutlinedBorder? checkboxShape,
  28. Color? selectedTileColor,
  29. ValueChanged<bool?>? onFocusChange,
  30. bool? enableFeedback = true,
  31. NyColor? bottomModalBackgroundColor,
})

Implementation

FieldStyleCheckbox({
  this.mouseCursor,
  this.activeColor,
  this.fillColor,
  this.checkColor,
  this.hoverColor,
  this.overlayColor,
  this.splashRadius,
  this.materialTapTargetSize,
  this.visualDensity,
  this.focusNode,
  this.autofocus = false,
  this.shape,
  this.side,
  this.isError = false,
  this.enabled,
  this.tileColor,
  this.title,
  this.titleTextStyle,
  this.subtitle,
  this.isThreeLine = false,
  this.dense,
  this.secondary,
  this.selected = false,
  this.controlAffinity = ListTileControlAffinity.platform,
  this.contentPadding,
  this.tristate = false,
  this.checkboxShape,
  this.selectedTileColor,
  this.onFocusChange,
  this.enableFeedback = true,
  this.bottomModalBackgroundColor,
});