SizeCSS class

Constructors

SizeCSS(num size, UnitsCSS units, _TypeSizeCSS type)
const
SizeCSS.calc(String calc)
const
SizeCSS.em(num size)
const
SizeCSS.num(num size)
const
SizeCSS.percent(num size)
const
SizeCSS.px(num size)
const
SizeCSS.rem(num size)
const
SizeCSS.vh(num size)
const
SizeCSS.vMax(num size)
const
SizeCSS.vMin(num size)
const
SizeCSS.vw(num size)
const

Properties

calc String
no setter
calcText String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size num
finalinherited
type → _TypeSizeCSS
finalinherited
units UnitsCSS
finalinherited

Methods

build() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator *(SizeCSS other) SizeCSS
operator +(SizeCSS other) SizeCSS
operator -(SizeCSS other) SizeCSS
operator /(SizeCSS other) SizeCSS
operator ==(Object other) bool
The equality operator.
inherited
operator unary-() SizeCSS

Constants

auto → const SizeCSS
fitContent → const SizeCSS
inherit → const SizeCSS
maxContent → const SizeCSS
minContent → const SizeCSS
zero → const SizeCSS