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