Dart SDK
dart:html
Dimension
property value
value
class Dimension
Constructors
cm
css
em
ex
inch
mm
pc
percent
pt
px
Properties
value
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
num
value
Return a unitless, numerical value of this CSS value.
Source
num get value => this._value;
property value