real_sized_box

Last updated:

0 purchases

real_sized_box Image
real_sized_box Images
Add to Cart

Description:

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的祖父组件没有大小时,其内部组件的相对大小有问题的情况,比如坐标

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.