ContextMenuInterceptor constructor
- Key? key,
- EdgeInsets margin = EdgeInsets.zero,
- required Widget child,
- bool enabled = true,
- bool debug = false,
Implementation
ContextMenuInterceptor({
super.key,
EdgeInsets margin = EdgeInsets.zero,
required this.child,
bool enabled = true,
bool debug = false,
});