showStylePicker property

bool showStylePicker
getter/setter pair

Whether to show the platform's default style picker in the annotation menu.

When true, users can access color, thickness, and other style options directly from the annotation menu.

Platform Behavior:

  • iOS: Shows style picker as part of UIMenu
  • Android: Shows annotation inspector/style picker
  • Web: Shows color picker and basic style options

Implementation

bool showStylePicker;