LoadableStateContainer constructor
const
LoadableStateContainer({
- Key? key,
- required LoadableStateContainerOptions options,
- LoadableState? containerState,
- required WidgetBuilder childBuilder,
- ShapeOptions? shapeOptions,
Implementation
const LoadableStateContainer({
super.key,
required this.options,
this.containerState,
required this.childBuilder,
this.shapeOptions,
});