fix an analysis ignore for the missing_required_param hint (#47956)

This commit is contained in:
Devon Carew 2019-12-29 12:28:57 -08:00 committed by GitHub
parent 841924e161
commit 43a8c24344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>>[