Dart SDK
dart:html
Dimension
constructor Dimension.pt
Dimension.pt
class Dimension
Constructors
cm
css
em
ex
inch
mm
pc
percent
pt
px
Properties
value
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
Dimension.pt
(
num
_value
)
Set this CSS Dimension to a point
value
.
Source
Dimension.pt(this._value) : _unit = 'pt';
constructor Dimension.pt