ScreenRatios

ba.sake.hepek.html.component.GridComponents.ScreenRatios
final case class ScreenRatios(lg: Ratios, md: Option[Ratios], sm: Option[Ratios], xs: Option[Ratios])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withMd(md: Option[Ratios]): ScreenRatios
def withSm(sm: Option[Ratios]): ScreenRatios
def withXs(xs: Option[Ratios]): ScreenRatios

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product