ZegoMoreButton constructor
const
ZegoMoreButton({})
Implementation
const ZegoMoreButton({
Key? key,
required this.menuButtonListFunc,
this.icon,
this.menuItemSize = const Size(60.0, 60.0),
this.menuItemCountPerRow = 5,
this.menuRowHeight = 80.0,
this.menuBackgroundColor = const Color(0xff262A2D),
this.iconSize,
this.buttonSize,
this.onSheetPopUp,
this.onSheetPop,
}) : super(key: key);