by static method
Convenience method for creating a DrivenProperty from a DrivenPropertyResolver function alone.
Implementation
static DrivenColor by(DrivenPropertyResolver<Color> callback) {
return _DrivenColor(callback);
}
Convenience method for creating a DrivenProperty from a DrivenPropertyResolver function alone.
static DrivenColor by(DrivenPropertyResolver<Color> callback) {
return _DrivenColor(callback);
}