width method

AnimatedBuilder width(
  1. double? width
)

设置宽度

Implementation

AnimatedBuilder width(double? width) {
  _width = width;
  return this;
}