LoadingState constructor

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

Implementation

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