zero constant

EdgeInsets const zero = const EdgeInsets.only()

An EdgeInsets with zero offsets in each direction.

Implementation

static const EdgeInsets zero = EdgeInsets.only()