Anime Filter
Types
Link copied to clipboard
A simple header. Useful for separating sections in the list or showing any note or warning to the user.
Link copied to clipboard
A line separator. Useful for visual distinction between sections.
Link copied to clipboard
abstract class Sort(name: String, val values: Array<String>, state: AnimeFilter.Sort.Selection? = null) : AnimeFilter<AnimeFilter.Sort.Selection?>
A control for sorting, with support for the ordering. The state indicates which item index is selected and if the sorting is ascending.