MChatPanel constructor
const
MChatPanel(
- MTextController controller,
- CallChatPanel call, {
- required List<
PanelListItem> list, - String? sendIcon,
- String? emojiIcon,
- String? moreIcon,
- required Rx<
MInputStatus> inputStatus, - required dynamic onSend(
- String content
- Key? key,
Implementation
const MChatPanel(
this.controller,
this.call, {
required this.list,
this.sendIcon,
this.emojiIcon,
this.moreIcon,
required this.inputStatus,
required this.onSend,
super.key,
});