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