LoadingStateProps constructor

const LoadingStateProps({
  1. String? message,
})

Implementation

const LoadingStateProps({
  this.message,
});