horizontalMarginNormal method
Implementation
Widget horizontalMarginNormal() => Container(
margin: const EdgeInsets.symmetric(horizontal: _normalMarginValue),
child: this,
);
Widget horizontalMarginNormal() => Container(
margin: const EdgeInsets.symmetric(horizontal: _normalMarginValue),
child: this,
);