menu
levit_flutter package
documentation
levit_flutter.dart
LxInt
add method
add method
dark_mode
light_mode
add
method
void
add
(
int
other
)
Adds
other
to the current value.
Implementation
void add(int other) => value = value + other;
levit_flutter package
documentation
levit_flutter
LxInt
add method
LxInt class