LoadingWidget constructor

const LoadingWidget({
  1. Key? key,
  2. double size = 48.0,
  3. Color? color,
  4. bool showText = false,
  5. String text = 'Caricamento...',
})

Implementation

const LoadingWidget({super.key, this.size = 48.0, this.color, this.showText = false, this.text = 'Caricamento...'});