menu
flutter_math_fork package
documentation
ast.dart
MathStyleExtOnInt
toMathStyle method
toMathStyle method
dark_mode
light_mode
toMathStyle
method
MathStyle
toMathStyle
(
)
Implementation
MathStyle toMathStyle() => MathStyle.values[(this * 2).clamp(0, 6).toInt()];
flutter_math_fork package
documentation
ast
MathStyleExtOnInt
toMathStyle method
MathStyleExtOnInt extension on
int