- override
Forwards the given location to the binding's hitTest logic.
Source
@override HitTestResult hitTestOnBinding(Point location) { location = binding.localToGlobal(location); return super.hitTestOnBinding(location); }
Forwards the given location to the binding's hitTest logic.
@override HitTestResult hitTestOnBinding(Point location) { location = binding.localToGlobal(location); return super.hitTestOnBinding(location); }