| @@ -107,7 +107,7 @@ class _UsernameInput extends StatelessWidget { | |||
| autovalidate: true, | |||
| validator: (_) { | |||
| return state.username.invalid | |||
| ? 'Vui lòng nhập tên đăng nhập' | |||
| ? 'Vui lòng nhập tài khoản' | |||
| : null; | |||
| }, | |||
| onFieldSubmitted: (_) { | |||
| @@ -119,7 +119,7 @@ class _UsernameInput extends StatelessWidget { | |||
| obscureText: false, | |||
| textAlign: TextAlign.left, | |||
| decoration: InputDecoration.collapsed( | |||
| hintText: 'Tên đăng nhập', | |||
| hintText: 'Tài khoản', | |||
| ), | |||
| ), | |||
| )); | |||
| @@ -7,7 +7,7 @@ class WidgetTopWelcome extends StatelessWidget { | |||
| return Column( | |||
| children: <Widget>[ | |||
| SizedBox( | |||
| height: 41, | |||
| height: 80, | |||
| ), | |||
| SizedBox( | |||
| width: 172, | |||
| @@ -17,13 +17,8 @@ class WidgetTopWelcome extends StatelessWidget { | |||
| ), | |||
| ), | |||
| SizedBox( | |||
| height: 40, | |||
| height: 80, | |||
| ), | |||
| Text("Ứng dụng"), | |||
| Text("Tiên Phong Farm"), | |||
| SizedBox( | |||
| height: 30, | |||
| ) | |||
| ], | |||
| ); | |||
| } | |||