marginTop method

Container marginTop(
  1. double size
)

Implementation

Container marginTop(double size) {
  return margin(top: size);
}