Gets the value of "z-index"
Source
String get zIndex => this._zIndex;
Sets the value of "z-index"
Source
set zIndex(String value) {
_zIndex = value == null ? '' : value;
}
Gets the value of "z-index"
String get zIndex => this._zIndex;
Sets the value of "z-index"
set zIndex(String value) {
_zIndex = value == null ? '' : value;
}