Skip to content

benostein/circular_check_box

 
 

Repository files navigation

circular_check_box

A modified version of the existing 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 documentation
  • ??

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 91.5%
  • Swift 5.2%
  • Java 2.5%
  • Other 0.8%