initialSnap property

double? initialSnap
final

The initial snap extent.

On a SlidingSheet this will correspond to the initial extent of the sheet. On a SlidingSheetDialog this will be the first extent that the dialog will animate to.

The value must be included in the snappings array, otherwise the sheet will animate immidiately to the next valid snap.

Implementation

final double? initialSnap;