presenterCreator property

PresenterCreator presenterCreator
getter/setter pair
Abstract methods or subclasses-implemented getters

Makes presenters, the visuals painted on each chart column that represent data, (points and lines for the line chart, rectangles for the bar chart, and so on).

See PresenterCreator and Presenter for more details. todo 1 : There may be a question "why does a container need to know about Presenter, even indirectly"?

Implementation

/// Makes presenters, the visuals painted on each chart column that
/// represent data, (points and lines for the line chart,
/// rectangles for the bar chart, and so on).
///
/// See [PresenterCreator] and [Presenter] for more details.
/// todo 1 : There may be a question "why does a container need to
/// know about Presenter, even indirectly"?
late PresenterCreator presenterCreator;