offsetX property

  1. @Input('offsetX')
int offsetX
getter/setter pair

The x-offset to where the tooltip will be ultimately positioned.

Implementation

@Input('offsetX')
int offsetX = 0;