all static method
Convenience method for creating a DrivenProperty that resolves to a single value for all events.
Implementation
static DrivenColor all(Color value) {
return _DrivenColor((events) => value);
}
Convenience method for creating a DrivenProperty that resolves to a single value for all events.
static DrivenColor all(Color value) {
return _DrivenColor((events) => value);
}