Skip to content

jasnicaa/circular_check_box

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 91.7%
  • Swift 5.1%
  • Java 2.5%
  • Other 0.7%