LoadingView constructor
LoadingView({
- String? text,
- MaterialType? materialType,
Implementation
LoadingView({this.text, this.materialType});
LoadingView({this.text, this.materialType});