0 purchases
wee drop down
to help create custom color drop with values
Features #
Shows Drop down with custom colors and a item list
Getting started #
create item list of WeeDropDownItem s
Usage #
WEEDropDownWidget(itemList: states, selectTitle: "Select State",
onChangeEventItem: (WeeDropDownItem we){
},
primaryColor: Colors.red, meFocusNode: stateFocus, decorationColor: Colors.green
)
const like = 'sample';
copied to clipboard
Additional information #
Add this to your package's pubspec.yaml file:
dependencies:
wee_drop_down: ^0.0.1
Then you just have to import the package with
import 'package:wee_drop_down/wee_drop_down.dart';
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.