WidgetLayoutWrapperWithScroll constructor

const WidgetLayoutWrapperWithScroll({
  1. Key? key,
  2. required OnWidgetLayoutChange onLayoutChange,
  3. required Widget child,
})

Implementation

const WidgetLayoutWrapperWithScroll({
  Key? key,
  required this.onLayoutChange,
  required this.child,
}) : super(key: key);