background property

RenderBox? get background

The background's RenderBox.

Implementation

RenderBox? get background =>
    childForSlot(_SliverOverlaySlot.background) as RenderBox?;