materialElevation constant

Map<int, double> const materialElevation

Implementation

static const Map<int, double> materialElevation = {
  1: 1.0,
  2: 2.0,
  3: 4.0,
  4: 6.0,
  5: 8.0,
};