getTopLayer static method

OverlayShower? getTopLayer()

Implementation

static OverlayShower? getTopLayer() {
  return _list().isNotEmpty ? _list().last : null;
}