wPercent method

double wPercent(
  1. BuildContext context
)

Implementation

double wPercent(BuildContext context) {
  return context.width * this / 100;
}