own_dropdown

Last updated:

0 purchases

own_dropdown Image
own_dropdown Images
Add to Cart

Description:

own dropdown

Usage #
In order to show items in dropdown overlay list. Note: Responsiveness will provided by library.
#Example Code
OwnDropdown(
padding: EdgeInsets.all(20),
decoration: BoxDecoration(
color: Colors.white,
borderRadius: BorderRadius.all(Radius.circular(10))),
title: "Choose one of options",
items: const [
'Example One',
'Example Two',
"Example Three",
],
onChanged: (index) {
print(index);
},
)
copied to clipboard

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.