fontSizes constant

List<double> const fontSizes

Font sizes offered by the editors' size picker.

Implementation

static const List<double> fontSizes = <double>[10, 11, 12, 14, 16, 18, 20, 24, 28, 32, 40, 48, 64];