String zIndex

Gets the value of "z-index"

Source

String get zIndex => this._zIndex;
void zIndex=(String value)

Sets the value of "z-index"

Source

set zIndex(String value) {
  _zIndex = value == null ? '' : value;
}