Experimental: this API is experimental and might be changed or removed in the future.

StyleValue<T0>.value

Cambiar al Manual
public T value ;

Descripción

The actual value of the StyleValue<T>.

Is is recommended to go through the GetSpecifiedValueOrDefault() method, since it can handle if the value is specified or not.