setDarkColor method

Color setDarkColor()

Implementation

Color setDarkColor() {
  return widget.isDark ? Color(0xff595959) : Colors.white;
}