fix an analysis ignore for the missing_required_param hint (#47956)
This commit is contained in:
parent
841924e161
commit
43a8c24344
@ -791,7 +791,7 @@ void main() {
|
||||
onPressed: () {
|
||||
// Ensure showMenu throws an assertion without a position
|
||||
expect(() {
|
||||
// ignore: missing_required_param_with_details
|
||||
// ignore: missing_required_param
|
||||
showMenu<int>(
|
||||
context: context,
|
||||
items: <PopupMenuItem<int>>[
|
||||
|
Loading…
x
Reference in New Issue
Block a user