marginOnlyLeftLow method

Widget marginOnlyLeftLow()

Implementation

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