getColor method

Color getColor()

Implementation

Color getColor() {
  if (title.isEmpty) {
    return Color(0xFFA1A1A1);
  } else {
    return Color(0xFF222222);
  }
}