getDropDownWidget function

Widget getDropDownWidget()

Implementation

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