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