updateInfo method

void updateInfo()

Implementation

void updateInfo() {
  var res = Binder().glCanvasGetInfo(ptr);
  _width = res.ref.width!;
  _height = res.ref.height!;
}