defaultChildConstraints property
BoxConstraints
get
defaultChildConstraints
children 子类使用的布局约束,默认宽松约束
Implementation
BoxConstraints get defaultChildConstraints => BoxConstraints.loose(size);
children 子类使用的布局约束,默认宽松约束
BoxConstraints get defaultChildConstraints => BoxConstraints.loose(size);