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