MaterialStatePropertyAll<T> constructor
Null safety
- T value
Constructs a MaterialStateProperty that always resolves to the given value.
Implementation
const MaterialStatePropertyAll(this.value);
Constructs a MaterialStateProperty that always resolves to the given value.
const MaterialStatePropertyAll(this.value);