artboardChanged method
Called when the underlying artboard changes.
Implementation
@override
void artboardChanged(Artboard artboard) {
// This painter builds the artboard as part of its constructor.
// Always use the constructor provided artboard.
super.artboardChanged(this.artboard);
}