TextStyle getTextStyle(Color color) { return TextStyle( fontSize: 12.0, color: color, fontWeight: FontWeight.bold, ); }