Skip to content

Commit 2b9b6d5

Browse files
authored
♻️ :: 불필요한 변수 삭제
- 선언만되고 실제로 사용되지않는 불필요한 변수를 삭제했습니다.
1 parent 6276765 commit 2b9b6d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/screens/signup_screens/email_auth_screen.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ class _EmailAuthScreenState extends State<EmailAuthScreen> {
4747
String get timerText =>
4848
'${(timeRemaining.inSeconds ~/ 60).toString().padLeft(1, '0')}:${(timeRemaining.inSeconds % 60).toString().padLeft(2, '0')}';
4949

50-
static const double BUTTON_HEIGHT = 54.0;
51-
5250
static final TextStyle LABEL_STYLE = AppTypography.bodySmall.copyWith(
5351
fontSize: 16.sp,
5452
color: AppColor.black,

0 commit comments

Comments
 (0)