artboardChanged method

  1. @override
void artboardChanged(
  1. Artboard artboard
)
override

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);
}