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

This commit is contained in:
Chinmoy 2020-12-31 04:19:03 +05:30 committed by GitHub
parent 18d3dd6d98
commit 3bacfedb5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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