zIndex property

String zIndex

Implementation

_i2.String get zIndex => _i4.getProperty(
      this,
      'zIndex',
    );
void zIndex=(String value)

Implementation

set zIndex(_i2.String value) {
  _i4.setProperty(
    this,
    'zIndex',
    value,
  );
}