marginAll method

Container marginAll(
  1. double size
)

Implementation

Container marginAll(double size) {
  return margin(left: size, right: size, top: size, bottom: size);
}