ScaffoldGeometry constructor

const ScaffoldGeometry({
  1. double? bottomNavigationBarTop,
  2. Rect? floatingActionButtonArea,
})

Create an object that describes the geometry of a Scaffold.

Implementation

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