PlatformCircularProgressIndicator constructor

PlatformCircularProgressIndicator(
  1. {Key? key,
  2. Key? widgetKey,
  3. PlatformBuilder<MaterialProgressIndicatorData>? material,
  4. PlatformBuilder<CupertinoProgressIndicatorData>? cupertino}
)

Implementation

PlatformCircularProgressIndicator({
  super.key,
  this.widgetKey,
  this.material,
  this.cupertino,
});