alignWithWord property

bool alignWithWord

Whether the pop-up should be horizontally aligned with the start of the word (true, default), or with the cursor (false).

Implementation

bool get alignWithWord => _boolOption('alignWithWord', true);