value property

T value
getter/setter pair

A mutable property that will be preserved across rebuilds.

Updating this property will not cause widgets to rebuild.

Implementation

T value;