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