CustomListTile constructor
const
CustomListTile({
- Key? key,
- Function? onTap,
- Function? onTrailingPressed,
- bool asSelectionTile = false,
- bool asSingleSelectionTile = false,
- AtContact? contact,
- ContactService? contactService,
- ValueChanged<
List< ? selectedList,AtContact?> ?>
Implementation
const CustomListTile(
{Key? key,
this.onTap,
this.onTrailingPressed,
this.asSelectionTile = false,
this.asSingleSelectionTile = false,
this.contact,
this.contactService,
this.selectedList})
: super(key: key);