incrementCounter method
void
incrementCounter()
Implementation
void incrementCounter() {
_counter = _counter! + 1;
_addPointController.forward(from: 0);
}
void incrementCounter() {
_counter = _counter! + 1;
_addPointController.forward(from: 0);
}