♻️ Move translations out of dart code

This commit is contained in:
2024-09-11 19:56:32 +08:00
parent 133213b430
commit 408a2489e2
10 changed files with 836 additions and 837 deletions

View File

@ -368,7 +368,10 @@ class _PostItemState extends State<PostItem> {
end: Alignment.topCenter,
colors: [
Theme.of(context).colorScheme.surfaceContainerLow,
Colors.transparent,
Theme.of(context)
.colorScheme
.surface
.withOpacity(0),
],
),
),
@ -461,7 +464,10 @@ class _PostItemState extends State<PostItem> {
end: Alignment.topCenter,
colors: [
Theme.of(context).colorScheme.surface,
Colors.transparent,
Theme.of(context)
.colorScheme
.surface
.withOpacity(0),
],
),
),