CustomCheckBoxListTile constructor

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

Implementation

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