lineHeight property

Map<String, double> lineHeight
getter/setter pair

Implementation

static Map<String, double> lineHeight = {
  'none': 1.0,
  'tight': 1.25,
  'snug': 1.375,
  'normal': 1.5,
  'relaxed': 1.625,
  'loose': 2.0,
};