• 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
..
README.md Loading commit data...
animated_simulation.dart Loading commit data...
animated_value.dart Loading commit data...
animation_performance.dart Loading commit data...
curves.dart Loading commit data...
direction.dart Loading commit data...
forces.dart Loading commit data...
scroll_behavior.dart Loading commit data...
timeline.dart Loading commit data...