#64 new: process page

This commit is contained in:
lollipopkit
2023-06-23 14:30:35 +08:00
parent 06d6500ef6
commit 743e5bfbff
7 changed files with 290 additions and 23 deletions

View File

@@ -10,14 +10,18 @@ class TwoLineText extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Column(
crossAxisAlignment: CrossAxisAlignment.center,
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text(
up,
style: textSize15,
overflow: TextOverflow.ellipsis,
),
Text(
down,
style: textSize11,
overflow: TextOverflow.ellipsis,
)
],
);