MeasureView constructor

const MeasureView(
  1. Widget widget,
  2. OnWidgetSizeChange onChange, {
  3. Key? key,
  4. dynamic data,
})

Implementation

const MeasureView(Widget widget, this.onChange, {super.key, this.data})
    : super(child: widget);