value property Null safety
override
The current value of the object. When the value changes, the callbacks registered with addListener will be invoked.
Implementation
@override
SelectionGeometry get value => _selectionGeometry;
The current value of the object. When the value changes, the callbacks registered with addListener will be invoked.
@override
SelectionGeometry get value => _selectionGeometry;