• 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
..
src Loading commit data...
analysis_options_user.yaml Loading commit data...
animation.dart Loading commit data...
cupertino.dart Loading commit data...
foundation.dart Loading commit data...
gestures.dart Loading commit data...
material.dart Loading commit data...
painting.dart Loading commit data...
physics.dart Loading commit data...
rendering.dart Loading commit data...
scheduler.dart Loading commit data...
semantics.dart Loading commit data...
services.dart Loading commit data...
widgets.dart Loading commit data...