xzero property

EdgeInsets xzero
getter/setter pair
left: 0;
right: 0;

Implementation

static EdgeInsets xzero = const EdgeInsets.symmetric(horizontal: 0);