style: code format
This commit is contained in:
parent
00ec7d262f
commit
399f880054
|
|
@ -14,13 +14,11 @@ class PersonalInfo extends StatefulWidget {
|
|||
}
|
||||
|
||||
class _PersonalInfoState extends State<PersonalInfo> {
|
||||
String _name = '',
|
||||
_phone = '',
|
||||
_gender = '',
|
||||
_address = '',
|
||||
_email = '',
|
||||
_password = '';
|
||||
String _name = '', _phone = '', _gender = '', _address = '', _email = '', _password = '';
|
||||
|
||||
bool _isEditing = false; //是否為編輯狀態
|
||||
bool _passwordNotVisible = true;
|
||||
|
||||
final TextEditingController _nameController = TextEditingController();
|
||||
final TextEditingController _phoneController = TextEditingController();
|
||||
final TextEditingController _genderController = TextEditingController();
|
||||
|
|
@ -158,8 +156,6 @@ class _PersonalInfoState extends State<PersonalInfo> {
|
|||
));
|
||||
}
|
||||
|
||||
//頁面
|
||||
|
||||
//頁面
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user