UnlerpableThemeProperty<T> constructor

const UnlerpableThemeProperty<T>(
  1. T value
)

Create an unlerpable theme property.

Implementation

const UnlerpableThemeProperty(T value) : super(value);