zero constant

ViewPadding const zero

A view padding that has zeros for each edge.

Implementation

static const ViewPadding zero = ViewPadding._(left: 0.0, top: 0.0, right: 0.0, bottom: 0.0);