getCurrentWidth method

int getCurrentWidth()

Implementation

int getCurrentWidth() {
  return _currentWidth ?? 0;
}