• Hans Muller's avatar
    Support ScrollableLists that wrap · c21fcf62
    Hans Muller authored
    Adds itemsWrap:bool (default false) to ScrollableList and PageableList. If itemsWrap is true then scrolling past the last item wraps around to the first. Similarly, scrolling before the first item wraps around to the last.
    
    Added abstract ExtentScrollBehavior of ScrollBehavior. Renamed fields called contentsExtents to contentExtent, containerExtents to containerExtent, contentSize to contentExtent, etc.
    
    BoundedBehavior is now a subclass of ExtentScrollBehavior.
    
    Added UnboundedBehavior subclass of ExtentScrollBehvaior; contentExtent and maxScrollOffset are double.INFINITY, minScrollExtent is double.NEGATIVE_INFINITY.
    c21fcf62
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...
rendering.dart Loading commit data...
sky_tool Loading commit data...
widgets.dart Loading commit data...