VisibleStates
data class VisibleStates(val loading: Boolean, val loaded: Boolean, val failed: Boolean, val empty: Boolean)
Define on which states the section's header or footer should be visible.
Define on which states the section's header or footer should be visible.