marginOnlyBottomLow method

Widget marginOnlyBottomLow()

Implementation

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