MeasureView constructor
const
MeasureView(
- Widget widget,
- OnWidgetSizeChange onChange, {
- Key? key,
- dynamic data,
Implementation
const MeasureView(Widget widget, this.onChange, {super.key, this.data})
: super(child: widget);