PlutoLoading constructor

const PlutoLoading({
  1. PlutoGridLoadingLevel level = PlutoGridLoadingLevel.grid,
  2. Color? backgroundColor,
  3. Color? indicatorColor,
  4. String? text,
  5. TextStyle? textStyle,
  6. Key? key,
})

Implementation

const PlutoLoading({
  this.level = PlutoGridLoadingLevel.grid,
  this.backgroundColor,
  this.indicatorColor,
  this.text,
  this.textStyle,
  super.key,
});