LoadingContainer constructor
const
LoadingContainer({
- Key? key,
- required LoadingController controller,
- required Widget child,
- Widget? loadingBody,
Implementation
const LoadingContainer(
{Key? key,
required this.controller,
required this.child,
this.loadingBody})
: super(key: key);