MyCheckedBoxSecond constructor
MyCheckedBoxSecond({
- Key? key,
- bool initVal = true,
- ValueChanged<
bool> ? onChange,
Implementation
MyCheckedBoxSecond({Key? key, this.initVal = true, this.onChange})
: super(key: key);