marginHorizontal method
Implementation
AbsoluteContainer marginHorizontal(double value) =>
copyWith(margin: EdgeInsets.symmetric(horizontal: value));
AbsoluteContainer marginHorizontal(double value) =>
copyWith(margin: EdgeInsets.symmetric(horizontal: value));