menu
levit_flutter package
documentation
levit_flutter.dart
LxInt
subtract method
subtract method
dark_mode
light_mode
subtract
method
void
subtract
(
int
other
)
Subtracts
other
from the current value.
Implementation
void subtract(int other) => value = value - other;
levit_flutter package
documentation
levit_flutter
LxInt
subtract method
LxInt class