LoadingView constructor Null safety

LoadingView(
  1. {Widget? child}
)

Implementation

LoadingView({
  this.child,
});