@override void onNotify([Size? size]) { super.onNotifyWithCallback(() { width = size?.width ?? width; height = size?.height ?? height; }); }