OPBody.singleChildScrollView constructor

OPBody.singleChildScrollView({
  1. required Widget child,
  2. double? maxWidth,
  3. bool withKeyboardCloserGesture = false,
  4. ScrollController? scrollController,
  5. String? pageStorageKey,
  6. EdgeInsets? padding,
})

Implementation

OPBody.singleChildScrollView({required Widget child, this.maxWidth, this.withKeyboardCloserGesture = false, this.scrollController, this.pageStorageKey, this.padding})
    : child = null,
      itemBuilder = null,
      itemCount = null,
      singleChildScroll = child,
      listviewFirstWidget = null,
      crossAxisCount = null,
      onReorder = null;