ThemeProperty<T> constructor

const ThemeProperty<T>(
  1. T value
)

Create a theme property with the provided value.

Implementation

const ThemeProperty(this.value);