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