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