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