marginOnlyRightLow method

Widget marginOnlyRightLow()

Implementation

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