getMoreIcon function

Widget getMoreIcon()

Implementation

Widget getMoreIcon(){
  return Image.asset(
    "assets/images/ic_more_vertical.png",
    width: 22,
    height: 22,
    color: black,
  );
}