marginLeft method

Container marginLeft(
  1. double size
)

Implementation

Container marginLeft(double size) {
  return margin(left: size);
}