onPressed property

OnPluginButtonPressed? onPressed
final

Optional callback that will be called when user clicks on the icon.

For it to be used, icon must be provided.

Implementation

final OnPluginButtonPressed? onPressed;