position property
num
get
position
Returns the quotient of value/max when the value attribute is set (determinate progress bar), or -1 when the value attribute is missing (indeterminate progress bar).
Implementation
_i2.num get position => _i4.getProperty(
this,
'position',
);