chartArea property

Size chartArea
getter/setter pair

chartArea is the chart area size of this container. In flutter_charts, this is guaranteed to be the same area on which the painter will paint. See the call to layout of this class. chartArea marked late, as there is virtually no practical situation it can be known before runtime; it is required, but not set at construction time.

Implementation

late ui.Size chartArea;