Skip to content
On this page

Checkbox

Checkbox demo

A representation of Checkbox.

NikuCheckbox accepts all the props as same as Checkbox.

// Using namespace
n.Checkbox(true);

// Using Niku Prefix
NikuCheckbox(true);

Example Usage

Checkbox(true)
    ..checkColor = Colors.red;

Defination

View Defination on pub.dev