childForSlot method

  1. @protected
RenderObject? childForSlot(
  1. _SliverOverlaySlot slot
)
inherited

Returns the RenderObject child that is currently occupying the provided slot.

Returns null if no RenderObject is configured for the given slot.

Implementation

@protected
RenderObject? childForSlot(S slot) => _slotToChild[slot];