currentWidth property

double? get currentWidth

Implementation

double? get currentWidth{
  return _currentWidth;
}