snappings property

List<double> snappings
final

The snap extents for a SlidingSheet.

The minimum and maximum values will represent the thresholds in which the SlidingSheet will slide. When the child of the sheet is bigger than the available space defined by the minimum and maximum extent, it will begin to scroll.

Implementation

final List<double> snappings;