CustomCheckbox constructor

const CustomCheckbox({
  1. Key? key,
})

Implementation

const CustomCheckbox({Key? key}) : super(key: key);