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