From 3bacfedb5c1ede1cdacb995350ee0e7248ec7bd2 Mon Sep 17 00:00:00 2001 From: Chinmoy <57670338+chinmoy12c@users.noreply.github.com> Date: Thu, 31 Dec 2020 04:19:03 +0530 Subject: [PATCH] Removed mouseCursor property from list of not null properties (#73138) --- packages/flutter/lib/src/material/ink_well.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,