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