LoadableStateContainerOptions constructor

const LoadableStateContainerOptions({
  1. String nullStateMessage = "No data",
  2. bool isLoading = false,
})

Implementation

const LoadableStateContainerOptions(
    {this.nullStateMessage = "No data", this.isLoading = false});