PartLoadView constructor

PartLoadView({
  1. required Widget child,
  2. bool isLoad = true,
  3. double? loadWidth,
  4. Color loadColor = Colors.grey,
})

Implementation

PartLoadView({required this.child,this.isLoad=true,this.loadWidth,this.loadColor=Colors.grey});