getWidth function

double getWidth(
  1. double percent
)

Implementation

double getWidth(double percent) =>
    MediaQuery.of(ContextService.context).size.width * _getPercent(percent);