LoadingState constructor
const
LoadingState({})
Implementation
const LoadingState({
this.spinnerFrames = defaultSpinnerFrames,
this.message,
this.duration = defaultDuration,
this.style = const TextStyle(fontWeight: FontWeight.dim),
});