TF-4233 Show popup menu when click three dot on label item

This commit is contained in:
dab246
2026-01-05 15:20:38 +07:00
committed by Dat H. Pham
parent f9ff9ecde7
commit 0302e09981
12 changed files with 438 additions and 37 deletions
@@ -5680,4 +5680,18 @@ class AppLocalizations {
name: 'allLabels',
);
}
String get editLabel {
return Intl.message(
'Edit label',
name: 'editLabel',
);
}
String get updateTheLabelName {
return Intl.message(
'Update the label name',
name: 'updateTheLabelName',
);
}
}