ContextMenuRegion constructor
const
ContextMenuRegion({ - Key? key,
- Widget? child,
- Widget builder(
- bool
)?,
- bool enabled = true,
- bool moveDownwards = true,
- bool enableLongTap = true,
- bool enablePrimaryTap = false,
- bool enableSecondaryTap = true,
- Alignment alignment = Alignment.bottomCenter,
- List<ContextMenuItem> actions = const [],
- GlobalKey<State<StatefulWidget>>? selector,
- bool selectorClosable = true,
- double width = 260,
- EdgeInsets margin = EdgeInsets.zero,
- bool unconstrained = false,
})
Implementation
const ContextMenuRegion({
super.key,
this.child,
this.builder,
this.enabled = true,
this.moveDownwards = true,
this.preventContextMenu = true,
this.enableLongTap = true,
this.enablePrimaryTap = false,
this.enableSecondaryTap = true,
this.alignment = Alignment.bottomCenter,
this.actions = const [],
this.selector,
this.selectorClosable = true,
this.width = 260,
this.margin = EdgeInsets.zero,
this.indicateOpenedMenu = false,
this.unconstrained = false,
});