FCircularProgress.pinwheel constructor

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

Implementation

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