Last updated:
0 purchases
real sized box
这个是加强版的SizedBox,用于解决SizedBox的祖父组件没有大小时,其内部组件的相对大小有问题的情况,比如坐标
Features #
这个是加强版的SizedBox,用于解决SizedBox的祖父组件没有大小时,其内部组件的相对大小有问题的情况,比如坐标
Getting started #
new RealSizedBox(height, width, child)
Usage #
const like = new RealSizedBox(10, 10, new Container(color: Colors.red));
copied to clipboard
Additional information #
这个是加强版的SizedBox,用于解决SizedBox的祖父组件没有大小时,其内部组件的相对大小有问题的情况,比如坐标
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.