v1.0.2cupertino_radio_choice
Cupertino बटन जिनका उपयोग एक मान का चयन करने के लिए रेडियो बटन के रूप में किया जाता है।
19लाइक 6830-दिन डाउनलोड150Pub अंक
AndroidiOSWebmacOSWindowsLinux
एक मान का चयन करने के लिए उपयोग किए जाने वाले सिप्रेटो बटन, जो रेडियो बटन के रूप में काम करते हैं
{"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.