class DropdownItem extends StatelessWidget { final Function(bool) onchangedCallback; // .... Checkbox( onChanged: onchangedCallback, ),