driven static method

Implementation

static DrivenColor driven(DrivenPropertyResolver<Color> callback) {
  return DrivenColor.by(callback);
}