toMathStyle method

MathStyle toMathStyle()

Implementation

MathStyle toMathStyle() => MathStyle.values[(this * 2).clamp(0, 6).toInt()];