start method
void
start()
Implementation
void start() {
_initState();
_state = _state.copyWith(status: TetrisGameStatus.playing);
_spawnPiece();
_startGravity();
_playClock
..reset()
..start();
notifyListeners();
}