horizontalMarginLow method

Widget horizontalMarginLow()

Implementation

Widget horizontalMarginLow() => Container(
  margin: const EdgeInsets.symmetric(horizontal: _lowMarginValue),
  child: this,
);