BaseStateGallery<T> constructor
const
BaseStateGallery<T> ({})
Implementation
const BaseStateGallery({
this.data,
this.error = '',
this.isLoading = false,
this.hasError = false,
this.hasPermission = false,
});