ElasticScaleBox constructor

const ElasticScaleBox({
  1. Key? key,
  2. required Widget child,
})

构造函数

child 不能为空,必须指定。

Implementation

const ElasticScaleBox({
  super.key,
  required this.child,
});