zIndex method

ContainerBuilder zIndex(
  1. int value
)

设置 z-index 值

Implementation

ContainerBuilder zIndex(int value) {
  _zIndex = value;
  return this;
}