ContainerLoading constructor
const
ContainerLoading({})
Implementation
const ContainerLoading({
Key? key,
required this.loadingWidget,
required this.child,
this.isLoading = true,
this.width,
this.height,
}) : super(key: key);