ContextMenuPopup constructor
const
ContextMenuPopup({
- Key? key,
- required BuildContext anchorContext,
- required Offset position,
- required List<
MenuItem> children, - CapturedThemes? themes,
- Axis direction = Axis.vertical,
- ValueChanged<
PopoverAnchorState> ? onTickFollow, - Size? anchorSize,
Implementation
const ContextMenuPopup({
super.key,
required this.anchorContext,
required this.position,
required this.children,
this.themes,
this.direction = Axis.vertical,
this.onTickFollow,
this.anchorSize,
});