value property

  1. @override
T value

The current value of this state.

Implementation

@override
T get value => _value;