WidgetStatePropertyAll<T> constructor

const WidgetStatePropertyAll<T>(
  1. T value
)

Constructs a WidgetStateProperty that always resolves to the given value.

Implementation

const WidgetStatePropertyAll(this.value);