define text style
TextStyle getTextStyle(Color color) { return TextStyle(fontSize: 10.0, color: color); }