SpanMap

data class SpanMap(    val desktop: UInt,     val tablet: UInt,     val phone: UInt)

Constructors

Link copied to clipboard
fun SpanMap(    desktop: UInt,     tablet: UInt,     phone: UInt)

Properties

Link copied to clipboard
val desktop: UInt
Link copied to clipboard
val phone: UInt
Link copied to clipboard
val tablet: UInt