updateFontColor method

void updateFontColor()

Implementation

void updateFontColor() {
  _fonts.updateFontColor();
  notifyListeners();
}