value property

T get value

Current interpolated value

Implementation

T get value {
  final mark = MarkRegistry.current;
  if (mark != null) {
    mark.register(_progress);
  }
  return _currentValue!;
}