DropDownMenuHeader constructor
const
DropDownMenuHeader({})
Implementation
const DropDownMenuHeader({
Key? key,
required this.menuController,
required this.titles,
this.headHeight,
this.defaultColor = const Color(0xFF333333),
this.clickColor = const Color(0xFF333333),
// this.clickColor = const Color(0xFFFF00FF),
this.drawableEndAssetImg,
this.iconSize,
}) : super(key: key);