• Ian Hickson's avatar
    [O] Cleanup (#23530) · 48a5804d
    Ian Hickson authored
    * Improve documentation
    
    * Potential performance win in hit testing
    
    Rather than copying the list every time we access `path`, this just
    exposes it as an `Iterable`. People who want to copy it can use
    `toList()`.
    
    (This isn't a breaking change since code that expects a `List` is
    still going to get one.)
    
    * Enforce the Oxford Comma.
    48a5804d
spacer.dart 2.07 KB