Sort
abstract class Sort(name: String, val values: Array<String>, state: AnimeFilter.Sort.Selection? = null) : AnimeFilter<AnimeFilter.Sort.Selection?> (source)
A control for sorting, with support for the ordering. The state indicates which item index is selected and if the sorting is ascending.