Gets the value of "z-index"
String get zIndex => getPropertyValue('z-index');
Sets the value of "z-index"
set zIndex(String value) { setProperty('z-index', value, ''); }