개발자의 공부방/모바일

Flutter] Dropbutton의 underline을 없애보자.

  • -
728x90
반응형

...생략

DropdownButton(
underline: SizedBox.shrink(),
)

...생략

 

드롭버튼을 만들면 화면에 기본적으로 언더라인이 붙는다.

이 부분을 삭제하는데 많은 방법이 있는 것 같으나 간단하게 위 방법을 선택했다.

 

참조 : https://stackoverflow.com/questions/53588785/remove-underline-from-dropdownbuttonformfield

 

Remove underline from DropdownButtonFormField

How can I remove the underline from DropdownButtonFormField (check photo below), I have tried various combinations of options with InputDecortaion couldn't find any way. SizedBox( width: 100.0,

stackoverflow.com

 

반응형
Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.