zero constant

EdgeInsetsDirectional const zero

An EdgeInsetsDirectional with zero offsets in each direction.

Consider using EdgeInsets.zero instead, since that object has the same effect, but will be cheaper to resolve.

Implementation

static const EdgeInsetsDirectional zero = EdgeInsetsDirectional.only();