FProgress constructor
const
FProgress({
- FProgressStyle style(
- FProgressStyle style
- String? semanticsLabel,
- Key? key,
Creates a determinate FProgress.
Implementation
const FProgress({this.style, this.semanticsLabel, super.key});