This commit is contained in:
zhutao
2025-09-09 14:07:38 +08:00
parent 71aa4a6790
commit 900dc025d7
24 changed files with 383 additions and 91 deletions

View File

@@ -132,7 +132,7 @@ class _AvatarNameState extends State<AvatarName> {
style: Theme.of(context).textTheme.titleSmall,
),
child: Text(
"教练如何称呼你?",
"What should we call you?",
style: Theme.of(context).textTheme.labelMedium,
),
),
@@ -150,7 +150,7 @@ class _AvatarNameState extends State<AvatarName> {
style: TextStyle(fontSize: 14),
maxLength: 20,
decoration: InputDecoration(
hintText: "输入你的姓名",
hintText: "Enter your name",
isCollapsed: true,
contentPadding: EdgeInsets.symmetric(vertical: 8, horizontal: 10),
enabledBorder: OutlineInputBorder(