zIndex property
String
get
zIndex
Implementation
_i2.String get zIndex => _i4.getProperty(
this,
'zIndex',
);
set
zIndex
(String value)
Implementation
set zIndex(_i2.String value) {
_i4.setProperty(
this,
'zIndex',
value,
);
}