TF-2078 Add CalendarEventActionButton widget

(cherry picked from commit dbd936a925e88939abe998ed61e38c838636a074)
This commit is contained in:
dab246
2023-08-10 18:14:04 +07:00
committed by Dat Vu
parent bc8c5336bd
commit c598f47948
4 changed files with 88 additions and 1 deletions
@@ -3260,4 +3260,10 @@ class AppLocalizations {
name: 'createFilters');
}
String get maybe {
return Intl.message(
'Maybe',
name: 'maybe');
}
}