value property - Dimension class - dart:html library (original) (raw)
num getvalue
Return a unitless, numerical value of this CSS value.
Implementation
num get value => this._value;
num getvalue
Return a unitless, numerical value of this CSS value.
num get value => this._value;