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