Loading constructor
const
Loading({
- Key? key,
- LoadingOptions? options,
- LoadingBuilder? builder,
Implementation
const Loading({
super.key,
this.options,
this.builder,
});