Changes the widget's textStyle to use this color.
Widget foregroundColor(Color color) { return DefaultTextStyle( style: TextStyle(color: color), child: this, ); }