MessagePanel constructor

const MessagePanel({
  1. Key? key,
  2. required MessagePanelOptions options,
})

Implementation

const MessagePanel({super.key, required this.options});