marginLow method

Widget marginLow()

Implementation

Widget marginLow() =>
    Container(margin: const EdgeInsets.all(_lowMarginValue), child: this);