PlutoLoading constructor

PlutoLoading({
  1. Color? backgroundColor,
  2. Color? indicatorColor,
  3. String? indicatorText,
  4. double? indicatorSize,
})

Implementation

PlutoLoading({
  this.backgroundColor,
  this.indicatorColor,
  this.indicatorText,
  this.indicatorSize,
});