rotateValues constant

Map<String, double> const rotateValues

Implementation

static const Map<String, double> rotateValues = {
  '0': 0.0,
  '1': 1.0,
  '2': 2.0,
  '3': 3.0,
  '6': 6.0,
  '12': 12.0,
  '45': 45.0,
  '90': 90.0,
  '180': 180.0,
  '-1': -1.0,
  '-2': -2.0,
  '-3': -3.0,
  '-6': -6.0,
  '-12': -12.0,
  '-45': -45.0,
  '-90': -90.0,
  '-180': -180.0,
};