FCircularProgress.loader constructor

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

Creates a FCircularProgress that uses FIcons.loader.

Implementation

const FCircularProgress.loader({this.size = .md, this.style = const .context(), this.semanticsLabel, super.key})
  : icon = FIcons.loader;