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