-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat] 신고하기 UI #90
base: main
Are you sure you want to change the base?
[Feat] 신고하기 UI #90
Conversation
6540bec
to
0048e32
Compare
'멘토링 과정에서 비매너 행위 발생\n- 잘못된 정보 제공\n- 상대방에 부적절한 언행\n- 기타 양자간 분쟁 가능성이 있는 비매너 행위', | ||
style: CogoTextStyle.body9, | ||
), | ||
const SizedBox(height: 80), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아래 바텀 버튼을 내리기 위해서 사이즈 박스로 임의로 빈공간을 주신 것 같은데 이러면 폰 마다 사이즈가 달라서 완벽하게 버튼이 아래로 위치하도록 만들기 어렵지 않나요???
Padding을 사용해서 (padding: const EdgeInsets.only(bottom: 20.0)이렇게!!) 하면 폰 화면 아래서부터 20 떨어진 곳에 위치하도록 만들 수 있어요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고 많으셨어요!! ❤️
Description
Screenshot
default.webm
💬 리뷰 요구사항(선택)