iosIsDestructiveAction property

bool iosIsDestructiveAction
final

Whether this action destroys an object.

For example, an action that deletes an email is destructive.

Defaults to false and cannot be null. Only used on iOS

Implementation

final bool iosIsDestructiveAction;