LoadingPro constructor

const LoadingPro({
  1. double? size,
  2. bool isLinear = false,
  3. Color? valueColor,
  4. Color? backgroundColor,
  5. bool? platFormIsIOS,
  6. Widget? customLoadingWidget,
  7. Key? key,
})

Implementation

const LoadingPro({
  this.size,
  this.isLinear = false,
  this.valueColor,
  this.backgroundColor,
  this.platFormIsIOS,
  this.customLoadingWidget,
  super.key,
});