zIndex property
Gets the value of "z-index"
Implementation
String get zIndex => getPropertyValue('z-index');
Sets the value of "z-index"
Implementation
set zIndex(String value) {
setProperty('z-index', value, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
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, '');
}