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