getDropDownWidget function
Implementation
Widget getDropDownWidget() {
return Image.asset('assets/images/ic_arrow_down.png', height: 14, width: 14, color: black);
}
Widget getDropDownWidget() {
return Image.asset('assets/images/ic_arrow_down.png', height: 14, width: 14, color: black);
}