onNotifyWrapper method

void onNotifyWrapper(
  1. Size size
)

Implementation

void onNotifyWrapper(Size size) {
  width = size.width;
  height = size.height;
  _notify;
}