ptrdu / circular_check_box

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 95.5%Language:Java 4.5%