LoadingView constructor

LoadingView({
  1. String? text,
  2. MaterialType? materialType,
})

Implementation

LoadingView({this.text, this.materialType});