setPosition method

  1. @override
void setPosition(
  1. OverlayPosition position
)
override

If below is non-null, the entries are inserted just below below. If above is non-null, the entries are inserted just above above. Otherwise, the entries are inserted on top.

It is an error to specify both above and below.

Implementation

@override
void setPosition(OverlayPosition position) {
  setOverlayPosition(position);
}