FCircularProgress.pinwheel constructor

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

Implementation

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