icon property

String? icon
final

Optional icon identifier for the action button.

The format depends on the platform:

  • Android: Resource name (e.g., "ic_reply")
  • iOS: SF Symbol name (e.g., "arrow.turn.up.left")

Implementation

final String? icon;