LoadingConfig constructor
const
LoadingConfig({})
Implementation
const LoadingConfig({
this.isLoading = false,
this.loadingIndicator,
this.typingIndicatorColor,
this.typingIndicatorSize,
this.showCenteredIndicator = false,
});