Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 477 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 477 Bytes

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
  • ??