UpCheckboxController constructor

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

Implementation

UpCheckboxController({this.value = false});