w property

double get w

Implementation

double get w {
  final width =
      MediaQueryData.fromWindow(WidgetsBinding.instance!.window).size.width;
  return (this / 100) * width;
}