• Tong Mu's avatar
    Fix mouse region crash when using closures (#37342) · 55fd5f15
    Tong Mu authored
    This PR fixes an issue where MouseRegion crashes when being passed with closures instead of methods.
    
    It changes how a RenderMouseRegion handles its MouseTrackingAnnotation.
    
    Instead of creating a new annotation every time it becomes active and destroys it when deactivated, it now creates an annotation during the constructor and holds onto it until the end of its lifecycle.
    Instead of directly passing the argument callbacks to the annotation, it proxies them using methods.
    55fd5f15
Name
Last commit
Last update
..
animation Loading commit data...
cupertino Loading commit data...
examples Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
harness Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
semantics Loading commit data...
services Loading commit data...
widgets Loading commit data...
flutter_test_alternative.dart Loading commit data...
flutter_test_config.dart Loading commit data...