oldSnapState property

SnapState<T>? oldSnapState

Implementation

SnapState<T>? get oldSnapState {
  return _snapState.oldSnapState;
}