민프
[Flutter] Button에 Ripple(물결)효과 없애보기 본문
Flutter Button에 사용되는 Ripple 효과를 없애보자
ElevatedButton(
onPressed: onPressed,
style: ElevatedButton.styleFrom(
splashFactory: NoSplash.splashFactory,
),
child: child,
);
'[Flutter]' 카테고리의 다른 글
[Flutter] http 통신 GET,POST해보기 (2) | 2023.01.09 |
---|---|
[Flutter] Switch 버튼 종류 (0) | 2023.01.09 |
[Flutter] Flutter 이미지 피커를 적용해보자! (feat. Error: Unhandled Exception: MissingPluginException(No implementation found for method pickImage on channel plugins.flutter.io/image_picker)) (0) | 2022.12.26 |
[Flutter] String to Uri (0) | 2022.12.09 |
[Flutter] dispose() 는 왜쓰는걸까? (0) | 2022.12.09 |
Comments