offsetY property

  1. @override
set offsetY (int offsetY)
override

Sets the y-offset to where the popup will be positioned ultimately.

Implementation

@override
set offsetY(int offsetY) {
  state.offsetY = offsetY;
}