layout method
Layout this component.
Implementation
@override
void layout(Rectangle<int> componentBounds, Rectangle<int> drawAreaBounds) {
super.layout(componentBounds, drawAreaBounds);
if (config.includePoints) {
_pointRenderer.layout(componentBounds, drawAreaBounds);
}
}