GetMenuView constructor

const GetMenuView({
  1. Key? key,
  2. required CometChatOption option,
  3. Color? iconTint,
  4. TextStyle? textStyle,
})

Implementation

const GetMenuView({
  super.key,
  required this.option,
  this.iconTint,
  this.textStyle,
});