forked from baron/baron-sso
chore: Flutter 코드 포맷팅 적용 및 미사용 코드(Dead Code) 정리
This commit is contained in:
@@ -1289,7 +1289,10 @@ class _SignupScreenState extends State<SignupScreen> {
|
||||
),
|
||||
child: Text(
|
||||
buttonLabel,
|
||||
style: const TextStyle(fontSize: 13, fontWeight: FontWeight.bold),
|
||||
style: const TextStyle(
|
||||
fontSize: 13,
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
@@ -1326,7 +1329,10 @@ class _SignupScreenState extends State<SignupScreen> {
|
||||
),
|
||||
child: Text(
|
||||
buttonLabel,
|
||||
style: const TextStyle(fontSize: 13, fontWeight: FontWeight.bold),
|
||||
style: const TextStyle(
|
||||
fontSize: 13,
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
@@ -1346,7 +1352,9 @@ class _SignupScreenState extends State<SignupScreen> {
|
||||
children: [
|
||||
Expanded(
|
||||
child: ConstrainedBox(
|
||||
constraints: const BoxConstraints(minHeight: 56),
|
||||
constraints: const BoxConstraints(
|
||||
minHeight: 56,
|
||||
),
|
||||
child: TextFormField(
|
||||
controller: verificationController,
|
||||
decoration: InputDecoration(
|
||||
|
||||
Reference in New Issue
Block a user