FProgress constructor

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

Creates a determinate FProgress.

Implementation

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