FProgress constructor

const FProgress({
  1. FProgressStyleDelta style = const .context(),
  2. String? semanticsLabel,
  3. Key? key,
})

Creates a determinate FProgress.

Implementation

const FProgress({this.style = const .context(), this.semanticsLabel, super.key});