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