stops property

List<double>? stops
final

Possible stops where the sheet can be snapped when dragged Values can only be between 0 and 1 By default it is null

Implementation

final List<double>? stops;