Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-26 12:15:25 +08:00
parent c9a02f9c74
commit 25fca498fc
41 changed files with 313 additions and 286 deletions

View File

@@ -244,14 +244,19 @@ class _LaterPageState extends State<LaterPage>
vertical: 6,
),
child: Text.rich(
style: TextStyle(fontSize: 14, height: 1, color: color),
strutStyle: const StrutStyle(
leading: 0,
height: 1,
fontSize: 14,
),
TextSpan(
children: [
TextSpan(
text: value ? '最早添加' : '最近添加',
),
TextSpan(text: value ? '最早添加' : '最近添加'),
WidgetSpan(
alignment: .middle,
child: Icon(
size: 16,
size: 14,
MdiIcons.unfoldMoreHorizontal,
color: color,
),
@@ -287,14 +292,19 @@ class _LaterPageState extends State<LaterPage>
vertical: 6,
),
child: Text.rich(
style: TextStyle(fontSize: 14, height: 1, color: color),
strutStyle: const StrutStyle(
leading: 0,
height: 1,
fontSize: 14,
),
TextSpan(
children: [
const TextSpan(
text: '清空',
),
const TextSpan(text: '清空'),
WidgetSpan(
alignment: .middle,
child: Icon(
size: 16,
size: 14,
MdiIcons.unfoldMoreHorizontal,
color: color,
),