LoadingProgress constructor

const LoadingProgress({
  1. Key? key,
})

Implementation

const LoadingProgress({ Key? key }) : super(key: key);