screenWidth property
      
      double
      get
      screenWidth
      
    
    
当前设备宽度 dp The horizontal extent of this size.
Implementation
double get screenWidth => _data.size.width;当前设备宽度 dp The horizontal extent of this size.
double get screenWidth => _data.size.width;