marginNormal method

Widget marginNormal()

Implementation

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