eassyradio

Creator: coderz1093

Last updated:

0 purchases

eassyradio Image
eassyradio Images

Languages

Categories

Add to Cart

Description:

eassyradio

easy Radio #
easy to use radio buttons horizontal and vertical
Demo #
Insert gif or link to demo
@override
Widget build(BuildContext context) {
return MaterialApp(
home: Scaffold(
body: EassyRadio(
titles: const ['Dli', 'Non Dli'],
values: const ['dli', 'no dli'],
getData: (e){
// your selected output
print(e);
}
);,
),
);
}

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.