GNFocusedMenu constructor
const
GNFocusedMenu({
- Key? key,
- required Widget child,
- required List<
Widget> titles, - required List<
Icon> icons, - required List<
VoidCallback> functions, - bool? openWithTap,
- Duration? duration,
- Color? backgroundColor,
- Function? focusedMenuHolderFunction,
- bool? animateMenuItems,
- double? bottomOffsetHeight,
- double? blurSize,
- Color? blurBackgroundColor,
Implementation
const GNFocusedMenu({
super.key,
required this.child,
required this.titles,
required this.icons,
required this.functions,
this.openWithTap,
this.duration,
this.menuWidth,
this.backgroundColor,
this.focusedMenuHolderFunction,
this.menuBoxDecoration,
this.animateMenuItems,
this.bottomOffsetHeight,
this.menuOffset,
this.menuItemExtent,
this.blurSize,
this.blurBackgroundColor,
});