Unverified Commit cd0030cc authored by Hans Muller's avatar Hans Muller Committed by GitHub

Removed "typically non-null" API doc qualifiers from ScrollMetrics min,max extent getters (#121572)

Removed "typically non-null" API doc qualifiers from ScrollMetrics min,max extent getters
parent 681b72c3
......@@ -62,7 +62,7 @@ mixin ScrollMetrics {
///
/// The actual [pixels] value might be [outOfRange].
///
/// This value should typically be non-null and less than or equal to
/// This value is typically less than or equal to
/// [maxScrollExtent]. It can be negative infinity, if the scroll is unbounded.
double get minScrollExtent;
......@@ -70,7 +70,7 @@ mixin ScrollMetrics {
///
/// The actual [pixels] value might be [outOfRange].
///
/// This value should typically be non-null and greater than or equal to
/// This value is typically greater than or equal to
/// [minScrollExtent]. It can be infinity, if the scroll is unbounded.
double get maxScrollExtent;
......
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