LoadingView constructor

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

Implementation

const LoadingView({Key? key}) : super(key: key);