setFillSortKey method

Future<void> setFillSortKey(
  1. double fillSortKey
)

Sorts features in ascending order based on this value. Features with a higher sort key will appear above features with a lower sort key.

Implementation

Future<void> setFillSortKey(double fillSortKey) =>
    _annotationMessenger.setFillSortKey(id, fillSortKey);