CustomListTile constructor
const
CustomListTile({
- Key? key,
- Function? onTap,
- Function? onTrailingPressed,
- bool asSelectionTile = false,
- GroupContactsModel? item,
- bool selectSingle = false,
- ValueChanged<
List< ? selectedList,GroupContactsModel?> >
Implementation
const CustomListTile({
Key? key,
this.onTap,
this.onTrailingPressed,
this.asSelectionTile = false,
this.item,
this.selectSingle = false,
this.selectedList,
}) : super(key: key);