LoadingWidget constructor

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

Implementation

const LoadingWidget({
  super.key,
  this.backgroundColor,
});