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