zIndex property

String zIndex

Gets the value of "z-index"

Implementation

String get zIndex => getPropertyValue('z-index');
void zIndex= (String value)

Sets the value of "z-index"

Implementation

set zIndex(String value) {
  setProperty('z-index', value, '');
}