marginOnlyBottomNormal method

Widget marginOnlyBottomNormal()

Implementation

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