Appearance
A representation of Checkbox.
NikuCheckbox accepts all the props as same as Checkbox.
NikuCheckbox
// Using namespace n.Checkbox(true); // Using Niku Prefix NikuCheckbox(true);
Checkbox(true) ..checkColor = Colors.red;
View Defination on pub.dev