MaterialStatePropertyAll<T> constructor Null safety

const MaterialStatePropertyAll<T>(
  1. T value
)

Constructs a MaterialStateProperty that always resolves to the given value.

Implementation

const MaterialStatePropertyAll(this.value);