focusOutlineOverlayPaintKey top-level constant

Key const focusOutlineOverlayPaintKey

A stable key used by tests to locate the focus outline overlay.

This is intentionally not exported from package:focus_outline/focus_outline.dart.

Implementation

const Key focusOutlineOverlayPaintKey = ValueKey<String>(
  'focus_outline.overlay_paint',
);