v1.0.2cupertino_radio_choice
값 하나를 선택하기 위해 라디오 버튼으로 사용되는 Cupertino 버튼.
19좋아요 6830일 다운로드150Pub 점수
AndroidiOSWebmacOSWindowsLinux
하나의 값을 선택하기 위해 사용되는 라디오 버튼으로서의 Cupertino 버튼
{"sdk":"flutter"}{"sdk":"flutter"}아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
Cupertino buttons which are used as radio buttons in order to select one value.
A complete tutorial how to use CupertinoRadioChoice can be found here: Tutorial
Just fill the required parameters of CupertinoRadioChoice and you're ready to go, e.g.:
CupertinoRadioChoice(
choices: {'male' : 'Male', 'female' : 'Female', 'other': 'Other'},
onChange: (selectedGender) {},
initialKeyValue: 'male')
Please refer to the example for usage: Quick-Link
If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull Request are also welcome.