getOffsetX abstract method

double getOffsetX(
  1. ScaffoldPrelayoutGeometry scaffoldGeometry,
  2. 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);