LoadingWidget constructor

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

Implementation

const LoadingWidget({
  super.key,
});