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';

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';

Libraries

Util
wee_drop_down