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