ExploreSection<T extends Explorable> constructor

ExploreSection<T extends Explorable>(
  1. ExploreSectionArguments args,
  2. {ExploreSectionState state = ExploreSectionState.Loading}
)

Implementation

ExploreSection(
  this.args, {
  this.state = ExploreSectionState.Loading,
});