kEdgeSnapPadding top-level constant

double const kEdgeSnapPadding

A wrapper that provides draggable manipulation of a widget's size to test it's responsive design. Offsets under this value will snap to the device's edge

Implementation

/// Offsets under this value will snap to the device's edge
const double kEdgeSnapPadding = 20.0;