ScaffoldGeometry constructor
const
ScaffoldGeometry({
- Rect? floatingActionButtonArea,
Create an object that describes the geometry of a Scaffold.
Implementation
const ScaffoldGeometry({this.bottomNavigationBarTop, this.floatingActionButtonArea});