OPBody.child constructor

OPBody.child({
  1. required Widget? child,
  2. double? maxWidth,
  3. bool withKeyboardCloserGesture = false,
  4. EdgeInsets? padding,
})

Implementation

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