marginBottom method

Container marginBottom(
  1. double size
)

Implementation

Container marginBottom(double size) {
  return margin(bottom: size);
}