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