simple_radio_group

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

simple radio group

Simple radio group #
It's simple, support form validator and controller.
Usage #
SimpleRadioGroup<String>(
direction: Axis.horizontal,
validator: (String? option) {
if (option == null) {
return "Required";
}
return null;
},
options: const [
"Option 1",
"Option 2",
"Options 3",
],
)
copied to clipboard

Author #
juarezfrancojr@gmail.com

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator