• Hixie's avatar
    Code cleanup · 61f8651c
    Hixie authored
    - Add documentation for AnimationTiming.
    - typo: defaules -> defaults.
    - added type information to isWatching() signature.
    - made Widget.toStringName() include more useful information.
    - cleaned up StatefulComponent._sync(): more specific signature, change
      redundant if to else, remove redundant cast.
    - change order of TransitionBase arguments for consistency.
    - prevent TransitionBase from affecting the performance in its
      constructor when it didn't create it (but see #1103).
    - remove TODO() from @mpcomplete... no, there is not currently a better
      way to inherit a constructor, unfortunately.
    61f8651c
animated_component.dart 1.54 KB