CssZIndex constructor

CssZIndex(
  1. int value
)

Create from integer value.

Implementation

factory CssZIndex(int value) = _CssZIndexValue;