updateState method

void updateState()

Implementation

void updateState() {
  setState(() {
    currentRowColor = null;
  });
}