• stuartmorgan's avatar
    Convert PointerEvent's toString to Diagnosticable (#27904) · 62e55a45
    stuartmorgan authored
    Rather than building a description string by hand, use Diagnosticable
    properties. Simplifies output, since many fields have uninteresting
    default values in many cases, and makes it easier to add more loggable
    properties in subclasses.
    
    Issue #28014
    62e55a45
events.dart 28.4 KB