转换为 Center,居中布局
Center asCenter({ double? widthFactor, double? heightFactor, }) { return Center( widthFactor: widthFactor, heightFactor: heightFactor, child: this, ); }