menu
bottom_navigation_mohamedtech package
documentation
bottom_navigation_mohamedtech.dart
Calculator
addOne method
addOne method
dark_mode
light_mode
addOne
method
int
addOne
(
int
value
)
Returns
value
plus 1.
Implementation
int addOne(int value) => value + 1;
bottom_navigation_mohamedtech package
documentation
bottom_navigation_mohamedtech
Calculator
addOne method
Calculator class