Navigation

@Immutable
class Navigation(val yearSwitchable: Boolean) : HeaderStyle

Navigation style that can change year and month directly

Constructors

Link copied to clipboard
constructor(yearSwitchable: Boolean)

Properties

Link copied to clipboard
val yearSwitchable: Boolean

Whether to support switch by years.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int