LoadableStateContainer constructor

const LoadableStateContainer({
  1. Key? key,
  2. required LoadableStateContainerOptions options,
  3. LoadableState? containerState,
  4. required WidgetBuilder childBuilder,
  5. ShapeOptions? shapeOptions,
})

Implementation

const LoadableStateContainer({
  super.key,
  required this.options,
  this.containerState,
  required this.childBuilder,
  this.shapeOptions,
});