margin method

设置外边距

Implementation

AnimatedBuilder margin(EdgeInsetsGeometry? margin) {
  _margin = margin;
  return this;
}