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