강의

멘토링

커뮤니티

인프런 커뮤니티 질문&답변

작성자 없음

작성자 정보가 삭제된 글입니다.

[코드팩토리] [초급] Flutter 3.0 앱 개발 - 10개의 프로젝트로 오늘 초보 탈출!

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처럼 동작되게하는 함수가 따로 있을까요?

답변 1

0

코드팩토리님의 프로필 이미지
코드팩토리
지식공유자

안녕하세요!

혹시 BouncingScrollPhysics()를 말씀하시는걸까요?

확인부탁드립니다~!

작성자 없음

작성자 정보가 삭제된 글입니다.

질문하기