IconMenu constructor
- Key? key,
- required List<
IconMenuItem> buttons, - double? maxWidth,
- Color? color,
Implementation
const IconMenu({Key? key, required this.buttons, this.maxWidth, this.color}) : super(key: key);
const IconMenu({Key? key, required this.buttons, this.maxWidth, this.color}) : super(key: key);