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