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