descriptionLocalisation property
final
Localisations for this action, where the key is a locale tag and the value is the description of the action. If the value for the current locale is non-null, it will be used instead of description.
Implementation
final Map<String, String> descriptionLocalisation = const {};