MyCheckedBoxSecond constructor

MyCheckedBoxSecond({
  1. Key? key,
  2. bool initVal = true,
  3. ValueChanged<bool>? onChange,
})

Implementation

MyCheckedBoxSecond({Key? key, this.initVal = true, this.onChange})
    : super(key: key);