menu
flutter_math_fork package
documentation
ast.dart
MathStyleExt
operator <= method
operator <= method
dark_mode
light_mode
operator <=
method
bool
operator <=
(
MathStyle
other
)
Implementation
bool operator <=(MathStyle other) => this.index >= other.index;
flutter_math_fork package
documentation
ast
MathStyleExt
operator <= method
MathStyleExt extension on
MathStyle