约束 宽度
Widget width( double width, { Key? key, }) => ConstrainedBox( key: key, child: this, constraints: BoxConstraints.tightFor(width: width), );