获取 "z-index" 的值
String get zIndex => getPropertyValue('z-index');
设置 "z-index" 的值
set zIndex(String value) { setProperty('z-index', value, ''); }