overlayDebugBindings top-level constant

List<List<Object>> const overlayDebugBindings

Similar to overlayBindings, but enables easy debugging of the overlays.

Implementation

const overlayDebugBindings = [
  overlayBindings,
  _overlayDebugProviders,
];