empty constant
ViewMargin
const empty
A ViewMargin with all zero px.
Implementation
static const empty = ViewMargin(topPx: 0, bottomPx: 0, rightPx: 0, leftPx: 0);
A ViewMargin with all zero px.
static const empty = ViewMargin(topPx: 0, bottomPx: 0, rightPx: 0, leftPx: 0);