WidgetStatePropertyAll<T> constructor
- T value
Constructs a WidgetStateProperty that always resolves to the given value.
Implementation
const WidgetStatePropertyAll(this.value);
Constructs a WidgetStateProperty that always resolves to the given value.
const WidgetStatePropertyAll(this.value);