FocusedMenuDetails constructor
const
FocusedMenuDetails({
- required Widget child,
- required Offset childOffset,
- required Size? childSize,
- required double? itemExtent,
- required bool animateMenu,
- required double? blurSize,
- required Color? blurBackgroundColor,
- FocusedMenuHolderController? controller,
- double? bottomOffsetHeight,
- bool? enableMenuScroll = true,
- Key? key,
Implementation
const FocusedMenuDetails({
required this.menuItems,
required this.child,
required this.childOffset,
required this.childSize,
required this.menuBoxDecoration,
required this.itemExtent,
required this.animateMenu,
required this.blurSize,
required this.blurBackgroundColor,
required this.menuWidth,
this.controller,
this.bottomOffsetHeight,
this.menuOffset,
this.enableMenuScroll = true,
Key? key,
}) : super(key: key);