RenderBoxSize constructor

const RenderBoxSize(
  1. Widget child,
  2. void onChangeSize(
    1. Size size
    ), {
  3. Key? key,
})

Implementation

const RenderBoxSize(this.child, this.onChangeSize, {Key? key}) : super(key: key);