closestVertical constant

Offset const closestVertical

Use this value if you want your view to snap to the closest vertical side (Top/Bottom).

Implementation

static const Offset closestVertical = const Offset(0, 12345);