FCircularProgress.pinwheel constructor

const FCircularProgress.pinwheel({
  1. FCircularProgressStyle style(
    1. FCircularProgressStyle style
    )?,
  2. String? semanticsLabel,
  3. IconData icon = FIcons.loaderPinwheel,
  4. Key? key,
})

Implementation

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