initData method

  1. @mustCallSuper
dynamic initData(
  1. Rect rect
)

Implementation

@mustCallSuper
initData(Rect rect) {
  this.rect = rect;
}