MaterialStatePropertyAll<T> constructor

const MaterialStatePropertyAll<T>(
  1. T value
)

Constructs a MaterialStateProperty that always resolves to the given value.

Implementation

const MaterialStatePropertyAll(this.value);