parent property

  1. @override
RenderCartesianChartPlotArea? parent
override

The parent of this render object in the render tree.

The parent of the root node in the render tree is null.

Implementation

@override
RenderCartesianChartPlotArea? get parent =>
    super.parent as RenderCartesianChartPlotArea?;