labelLocalisation property

Map<String, String> labelLocalisation
final

Localisations for this action, where the key is a locale tag and the value is the label of the action. If the value for the current locale is non-null, it will be used instead of label.

Implementation

final Map<String, String> labelLocalisation = const {};