marginOnlyLeftLow method
Implementation
Widget marginOnlyLeftLow() => Container(
margin: const EdgeInsets.only(left: _lowMarginValue),
child: this,
);
Widget marginOnlyLeftLow() => Container(
margin: const EdgeInsets.only(left: _lowMarginValue),
child: this,
);