CustomFloatingActionButtonLocation constructor

CustomFloatingActionButtonLocation(
  1. FloatingActionButtonLocation location,
  2. double offsetX,
  3. double offsetY
)

Implementation

CustomFloatingActionButtonLocation(this.location, this.offsetX, this.offsetY);