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