mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Removed mouseCursor property from list of not null properties (#73138)
This commit is contained in:
parent
18d3dd6d98
commit
3bacfedb5c
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user