snapOnItemAlignment property

SnapAlignment snapOnItemAlignment
final

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

Implementation

final SnapAlignment snapOnItemAlignment;