FCircularProgress constructor

const FCircularProgress({
  1. FCircularProgressSizeVariant size = .md,
  2. FCircularProgressStyleDelta style = const .context(),
  3. String? semanticsLabel,
  4. FIcon icon = const _Loader(.circle),
  5. Key? key,
})

Creates a FCircularProgress that uses FIcons.loaderCircle.

Implementation

const FCircularProgress({
  this.size = .md,
  this.style = const .context(),
  this.semanticsLabel,
  this.icon = const _Loader(.circle),
  super.key,
});