constraints property
对 tempChild 添加尺寸约束,默认情况下 tempChild 使用的是 ElChildSizeBuilder 父级的尺寸约束, 但如果你实际构建的组件间接引用了新的约束,那么你应当将此约束应用给 tempChild
Implementation
final BoxConstraints? constraints;
对 tempChild 添加尺寸约束,默认情况下 tempChild 使用的是 ElChildSizeBuilder 父级的尺寸约束, 但如果你实际构建的组件间接引用了新的约束,那么你应当将此约束应用给 tempChild
final BoxConstraints? constraints;