zIndex property

Map<String, int> zIndex
getter/setter pair

Implementation

static Map<String, int> zIndex = {
  '0': 0,
  '10': 10,
  '20': 20,
  '30': 30,
  '40': 40,
  '50': 50,
  'auto': -1,
};