LoadingState<T> constructor

const LoadingState<T>([
  1. double? progress
])

Implementation

const LoadingState([this.progress]);