mirror of
https://github.com/flutter/samples.git
synced 2026-05-30 10:59:25 +00:00
experimental/context_menus: Update analysis_options.yaml (#1579)
This commit is contained in:
@@ -67,7 +67,7 @@ class _ContextMenuRegionState extends State<ContextMenuRegion> {
|
||||
void _show(Offset position) {
|
||||
_contextMenuController.show(
|
||||
context: context,
|
||||
contextMenuBuilder: (BuildContext context) {
|
||||
contextMenuBuilder: (context) {
|
||||
return widget.contextMenuBuilder(context, position);
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user