horizontal static method

EdgeInsets horizontal(
  1. double value
)

Implementation

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