ListSelectScope<T> constructor
const
ListSelectScope<T> ({})
Implementation
const ListSelectScope({
super.key,
required this.child,
required this.getItemId,
required this.controller,
this.initialSelectedIds,
this.isSelectMode = false,
});