ContactsScreen constructor
const
ContactsScreen({
- Key? key,
- ValueChanged<
List< ? selectedList,AtContact?> > - @Deprecated('context is no longer required and will be removed in upcoming version') BuildContext? context,
- bool asSelectionScreen = false,
- bool asSingleSelectionScreen = false,
- Function? saveGroup,
- Function? onSendIconPressed,
- List<
AtContact> ? selectedContactsHistory,
Implementation
const ContactsScreen(
{Key? key,
this.selectedList,
@Deprecated(
'context is no longer required and will be removed in upcoming version')
this.context,
this.asSelectionScreen = false,
this.asSingleSelectionScreen = false,
this.saveGroup,
this.onSendIconPressed,
this.selectedContactsHistory})
: super(key: key);