snapAlignment property

SnapAlignment snapAlignment
final

Controls the percentage position of the snap point in the viewport. Meaning if snapAlignment is 0, the snap point is at the top/left, while 1 would be to the right/bottom based on scrollDirection Default is SnapAlignment.static(0.5);

Implementation

final SnapAlignment snapAlignment;