childForSlot method
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];
Returns the RenderObject child that is currently occupying the provided
slot.
Returns null if no RenderObject is configured for the given slot.
@protected
RenderObject? childForSlot(S slot) => _slotToChild[slot];