menu
blocx_core package
documentation
list_bloc.dart
SelectionChangedData<T>
SelectionChangedData.new constructor
SelectionChangedData.new constructor
dark_mode
light_mode
SelectionChangedData<
T
>
constructor
SelectionChangedData<
T
>
(
{
required
List
<
T
>
selection
,
required
bool
wasSelected
,
required
T
item
,
})
Implementation
SelectionChangedData({required this.selection, required this.wasSelected, required this.item});
blocx_core package
documentation
list_bloc
SelectionChangedData<T>
SelectionChangedData.new constructor
SelectionChangedData class