snapSizes property

List<double>? snapSizes
final

The list of sizes to which the sheet can snap.

Each size is a fraction of the parent size. Only used if snap is true.

Implementation

final List<double>? snapSizes;