GetMenuView constructor
const
GetMenuView({
- Key? key,
- required CometChatOption option,
- Color? iconTint,
- TextStyle? textStyle,
Implementation
const GetMenuView({
super.key,
required this.option,
this.iconTint,
this.textStyle,
});