Unverified Commit 922b70dd authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Typo fixes (#88379)

parent 81eb54bf
...@@ -509,7 +509,7 @@ abstract class ScrollPosition extends ViewportOffset with ScrollMetrics { ...@@ -509,7 +509,7 @@ abstract class ScrollPosition extends ViewportOffset with ScrollMetrics {
bool _pendingDimensions = false; bool _pendingDimensions = false;
ScrollMetrics? _lastMetrics; ScrollMetrics? _lastMetrics;
// True indicates that there is an ScrollMetrics update notificaton pending. // True indicates that there is a ScrollMetrics update notification pending.
bool _haveScheduledUpdateNotification = false; bool _haveScheduledUpdateNotification = false;
Axis? _lastAxis; Axis? _lastAxis;
......
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