menu
chatify_selection package
documentation
selection/bloc/bloc.dart
SelectionState
SelectionState.new const constructor
SelectionState.new const constructor
dark_mode
light_mode
SelectionState
constructor
const
SelectionState
(
{
required
Map
<
String
,
Message
>
selectedMessages
,
required
bool
isSelectionMode
,
})
Implementation
const SelectionState({ required this.selectedMessages, required this.isSelectionMode, });
chatify_selection package
documentation
selection/bloc/bloc
SelectionState
SelectionState.new const constructor
SelectionState class