empty constant

ViewMargin const empty

A ViewMargin with all zero px.

Implementation

static const empty = ViewMargin(topPx: 0, bottomPx: 0, rightPx: 0, leftPx: 0);