LG

Large breakpoint (LG).

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: BootstrapBreakpoint, largeBreakpoint: BootstrapBreakpoint): Boolean

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

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

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

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

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