본문 바로가기
귀펀치토끼는 부서지지 않는다.
주소(D)
카테고리 없음

[Flutter] bottomsheet borderRadius

showModalBottomSheet(
context:context
shape: RoundedRectangleBorder(
        borderRadius: BorderRadius.vertical(
          top: Radius.circular(20),
        ),
      ),
      clipBehavior: Clip.antiAliasWithSaveLayer,
)
완료
내 컴퓨터