performPostLayout method
Implementation
@protected
void performPostLayout() {
visitChildren((RenderObject child) {
if (child is ChartAreaUpdateMixin) {
child.performPostLayout();
}
});
}
@protected
void performPostLayout() {
visitChildren((RenderObject child) {
if (child is ChartAreaUpdateMixin) {
child.performPostLayout();
}
});
}