value property - Dimension class - dart:html library (original) (raw)

description

num getvalue

Return a unitless, numerical value of this CSS value.

Implementation

num get value => this._value;