LoadingView constructor

LoadingView({
  1. String? contentLoading,
  2. Key? key,
})

Implementation

LoadingView({this.contentLoading,super.key});