all<T> static method
Convenience method for creating a EndlessStateProperty that resolves to a single value for all states.
Implementation
static EndlessStateProperty<T> all<T>(Builder<T> builder) =>
_EndlessStatePropertyValue<T>(builder);