menu
chatify_reply package
documentation
bloc/bloc.dart
ReplyState
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
ReplyState
copyWith
(
{
Message?
replying
,
})
Implementation
ReplyState copyWith({Message? replying}) => ReplyState(replying: replying);
chatify_reply package
documentation
bloc/bloc
ReplyState
copyWith method
ReplyState class