Tablet

Represents a tablet device breakpoint.

Properties

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard
fun isBetween(smallBreakpoint: Breakpoint, largeBreakpoint: Breakpoint): Boolean

Checks if the current breakpoint is between two given breakpoints (inclusive).

Link copied to clipboard
infix fun isGreaterThan(breakpoint: Breakpoint): Boolean

Determines if the current breakpoint is greater than the given breakpoint.

Link copied to clipboard
infix fun isSmallerThan(breakpoint: Breakpoint): Boolean

Determines if the current breakpoint is smaller than the given breakpoint.