LoadingView constructor

const LoadingView({
  1. Key? key,
})

Implementation

const LoadingView({
  super.key,
});