void layout(int width, int height) { if (_rendererToSeriesList != null) { layoutInternal(width, height); onPostLayout(_rendererToSeriesList!); } }