EasyCheckbox constructor

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

Implementation

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