Unverified Commit 3bacfedb authored by Chinmoy's avatar Chinmoy Committed by GitHub

Removed mouseCursor property from list of not null properties (#73138)

parent 18d3dd6d
...@@ -285,7 +285,7 @@ class InkResponse extends StatelessWidget { ...@@ -285,7 +285,7 @@ class InkResponse extends StatelessWidget {
/// ///
/// Must have an ancestor [Material] widget in which to cause ink reactions. /// 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. /// and [excludeFromSemantics] arguments must not be null.
const InkResponse({ const InkResponse({
Key? key, Key? key,
...@@ -1216,7 +1216,7 @@ class InkWell extends InkResponse { ...@@ -1216,7 +1216,7 @@ class InkWell extends InkResponse {
/// ///
/// Must have an ancestor [Material] widget in which to cause ink reactions. /// 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. /// must not be null.
const InkWell({ const InkWell({
Key? key, Key? key,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment