zIndex property
override
Gets the value of "z-index"
Implementation
String get zIndex => this._zIndex;
override
Sets the value of "z-index"
Implementation
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;
}