AppLoadingIndicator constructor

const AppLoadingIndicator({
  1. Key? key,
  2. String? message,
})

Creates a loading indicator widget.

Implementation

const AppLoadingIndicator({super.key, this.message});