Unverified Commit 53636374 authored by Tong Mu's avatar Tong Mu Committed by GitHub

Rewrite MouseTracker's tracking and notifying algorithm (#42031)

* Redesigns the algorithm with which MouseTracker keeps track of states and dispatches events. 
parent ff2fdf40
...@@ -2435,7 +2435,7 @@ class ObjectFlagProperty<T> extends DiagnosticsProperty<T> { ...@@ -2435,7 +2435,7 @@ class ObjectFlagProperty<T> extends DiagnosticsProperty<T> {
/// ///
/// See also: /// See also:
/// ///
/// * [ObjectFlagSummary], which provides similar functionality but accepts /// * [ObjectFlagProperty], which provides similar functionality but accepts
/// only one flag, and is preferred if there is only one entry. /// only one flag, and is preferred if there is only one entry.
/// * [IterableProperty], which provides similar functionality describing /// * [IterableProperty], which provides similar functionality describing
/// the values a collection of objects. /// the values a collection of objects.
......
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