statusBarHeight property
      
      double
      get
      statusBarHeight
      
    
    
The distance from the top edge to the first unpadded pixel, in physical pixels.
Implementation
double get statusBarHeight => window.padding.top;The distance from the top edge to the first unpadded pixel, in physical pixels.
double get statusBarHeight => window.padding.top;