current static method

Implementation

static OffsetToRevealContext? current() {
  if (_contexts.isEmpty) return null;
  return _contexts.last;
}