Dart SDK
dart:html
Dimension
Dimension.px
Dimension.px
Dart SDK
dart:html
Dimension
Dimension.px
constructor
Dimension.px
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.px
(
num
_value
)
Set this CSS Dimension to a pixel
value
.
Source
Dimension.px(this._value) : _unit = 'px';