getOffsetX abstract method
- ScaffoldPrelayoutGeometry scaffoldGeometry,
- double adjustment
Obtains the x-offset to place the FloatingActionButton based on the Scaffold's layout.
Used by getOffset to compute its x-coordinate.
Implementation
double getOffsetX(ScaffoldPrelayoutGeometry scaffoldGeometry, double adjustment);