ModernMessagePanel constructor

const ModernMessagePanel({
  1. Key? key,
  2. required ModernMessagePanelOptions options,
})

Implementation

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