PlatformProgressIndicator constructor

const PlatformProgressIndicator({
  1. Key? key,
  2. double? value,
})

Creates a new progress indicator with the optional value.

Implementation

const PlatformProgressIndicator({Key? key, this.value}) : super(key: key);