horizontal static method

EdgeInsets horizontal(
  1. double size
)

Implementation

static EdgeInsets horizontal(double size) =>
    EdgeInsets.symmetric(horizontal: _scale(size));