QuillEditorCheckboxPoint constructor
const
QuillEditorCheckboxPoint({
- required double size,
- required bool value,
- required bool enabled,
- required ValueChanged<
bool> onChanged, - QuillCheckboxBuilder? uiBuilder,
- Key? key,
Implementation
const QuillEditorCheckboxPoint({
required this.size,
required this.value,
required this.enabled,
required this.onChanged,
this.uiBuilder,
super.key,
});