인프런 커뮤니티 질문&답변
작성자 없음
작성자 정보가 삭제된 글입니다.
SingleChildScrollView 뽀개기 에서 AlwaysScrollableScrollPhysics() 에 관한 질문입니다.
작성
·
678
0
안녕하세요.
flutter 3.3.8 & 안드로이드에선
2 , 3 번 renderAlwaysScroll , renderClip 에서
physics: AlwaysScrollableScrollPhysics()와
physics: NeverScrollableScrollPhysics()공식문서를 참고했을시에 ,
On Android, overscrolls will be clamped by default and result in an overscroll glow.
On iOS, overscrolls will load a spring that will return the scroll view to its normal range when released.
스크롤 되고 있다는 glow만 나와서 두 physics의 차이가 없고, 추가로 Clip을 했을때도 같은 현상만 일어나는데 따로 iOS처럼 동작되게하는 함수가 따로 있을까요?





