Set text color using named token
T color(String key) { return copyWith(style.copyWith(color: key)); }