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