LoadingWidget constructor

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

Implementation

const LoadingWidget({
  Key? key,
}) : super(key: key);