Dart
dart:html
Dimension
Dimension.percent constructor
description
Dimension.percent constructor
Dimension.percent
(
num
_value
)
Set this CSS Dimension to a percentage
value
.
Implementation
Dimension.percent(
this
._value) : _unit =
'%'
;