FCircularProgress.pinwheel constructor
const
FCircularProgress.pinwheel({
- FCircularProgressSizeVariant size = .md,
- FCircularProgressStyleDelta style = const .context(),
- String? semanticsLabel,
- Key? key,
Creates a FCircularProgress that uses FIcons.loaderPinwheel.
Implementation
const FCircularProgress.pinwheel({this.size = .md, this.style = const .context(), this.semanticsLabel, super.key})
: icon = FIcons.loaderPinwheel;