ForwardChatView constructor

const ForwardChatView({
  1. Key? key,
  2. required List<String> forwardMessageIds,
  3. bool enableAppBar = true,
})

Implementation

const ForwardChatView(
    {super.key, required this.forwardMessageIds, this.enableAppBar = true});