ScaffoldGeometry constructor

const ScaffoldGeometry({double bottomNavigationBarTop, Rect floatingActionButtonArea })

Create an object that describes the geometry of a Scaffold.

Implementation

const ScaffoldGeometry({
  this.bottomNavigationBarTop,
  this.floatingActionButtonArea,
});