RenderTransparentPointer({ RenderBox? child, bool transparent = true, }) : _transparent = transparent, super(child);