margin method

Implementation

ContainerBuilder margin(EdgeInsetsGeometry margin) {
  _margin = margin;
  return this;
}