horizontal constant

EdgeInsets const horizontal

Zero EdgeInsets for horizontal and vertical directions.

Implementation

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