isDestructiveAction property
final
Whether this action destroys an object.
For example, an action that deletes an email is destructive.
Defaults to false.
Implementation
final bool isDestructiveAction;
Whether this action destroys an object.
For example, an action that deletes an email is destructive.
Defaults to false.
final bool isDestructiveAction;