Last updated:
0 purchases
elegant radio button group
A Flutter package for new radio button design.
With Elegant Animation.
Features #
Usage #
TODO: Include short and useful examples for package users. Add longer examples
to /example folder.
ElegantRadioButton<int>(
groupValue: 1,
value: 1,
onChanged: (value) {
setState(() {
selectedValue = value;
});
},
fillColor: MaterialStateProperty.all(Colors.red),
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.