[Flutter] 플러터 버튼 위젯 - ElevatedButton, OutlinedButton, TextButton, IconButton


[Flutter] 플러터 버튼 위젯 - ElevatedButton, OutlinedButton, TextButton, IconButton

플러터(Flutter)의 기본 버튼 위젯은 플러터(Flutter) 버전 2.0 이상에서 ElevatedButton(구 RaisedButton), OutlinedButton(구 OutlineButton), TextButton(구 FlatButton)과 같이 변경되었습니다. 그 외에도 잘 사용되지는 않으나 CloseButton, FloatingActionButton 도 제공합니다. 자주 사용되는 ElevatedButton, OutlinedButton, TextButton의 기능은 상세하게 알아보고 그 외에 버튼 CloseButton, FloatingActionButton에 대해서도 간략하게 알아보도록 하겠습니다. 플러터(Flutter) 버튼 소개 및 초간단 구현 방법 ElevatedButton : 플러터에서..


원문링크 : [Flutter] 플러터 버튼 위젯 - ElevatedButton, OutlinedButton, TextButton, IconButton