CheckboxIconWidget constructor

const CheckboxIconWidget({
  1. Key? key,
  2. required double size,
  3. bool? value,
})

Implementation

const CheckboxIconWidget({
  super.key,
  required this.size,
  this.value,
});