diff --git a/packages/flutter/lib/src/material/ink_well.dart b/packages/flutter/lib/src/material/ink_well.dart index 6408c75c180..06e8ef7184e 100644 --- a/packages/flutter/lib/src/material/ink_well.dart +++ b/packages/flutter/lib/src/material/ink_well.dart @@ -285,7 +285,7 @@ class InkResponse extends StatelessWidget { /// /// Must have an ancestor [Material] widget in which to cause ink reactions. /// - /// The [mouseCursor], [containedInkWell], [highlightShape], [enableFeedback], + /// The [containedInkWell], [highlightShape], [enableFeedback], /// and [excludeFromSemantics] arguments must not be null. const InkResponse({ Key? key, @@ -1216,7 +1216,7 @@ class InkWell extends InkResponse { /// /// Must have an ancestor [Material] widget in which to cause ink reactions. /// - /// The [mouseCursor], [enableFeedback], and [excludeFromSemantics] arguments + /// The [enableFeedback], and [excludeFromSemantics] arguments /// must not be null. const InkWell({ Key? key,