• Hans Muller's avatar
    Adds ensureWidgetIsVisible() function to scrollable.dart · 9e9d845b
    Hans Muller authored
    Set the scrollOffset of a widget's Scrollable ancestor so that the
    widget is centered within the scrollable. A future CL will add
    support for specifying exactly where the widget appears. The scroll
    can be animated by specifying the animation: parameter.
    
    Changed the duration Scrollable.scrollTo() parameter from a Duration
    to an AnimationPerformance so that one can configure all aspects of
    the animation. The caller may also listen to the animation to schedule
    other work while it updates or when its status changes.
    complete
    9e9d845b
Name
Last commit
Last update
..
animation Loading commit data...
base Loading commit data...
editing Loading commit data...
mojo Loading commit data...
painting Loading commit data...
rendering Loading commit data...
theme Loading commit data...
widgets Loading commit data...
README.md Loading commit data...
sky_tool Loading commit data...
widgets.dart Loading commit data...