UpCheckBoxController constructor

UpCheckBoxController({
  1. bool value = false,
})

Implementation

UpCheckBoxController({this.value = false});