w property

double get w

Implementation

double get w {
  return MediaQuery.of(ContextService.context).size.width * _getPercent(this);
}