circular_check_box 1.0.4 circular_check_box: ^1.0.4 copied to clipboard
Same as the regular checkbox, but circular!
circular_check_box #
A modifed version of the exisiting checkbox to use a circle instead of a rounded rectangle!
CircularCheckBox(
value: someBooleanValue,
materialTapTargetSize: MaterialTapTargetSize.padded,
onChanged: (bool x) {
someBooleanValue = !someBooleanValue;
}
),
TO-DO #
- Fix/Update the documentaions
- ??