Flutter UI Create menu with function after click icon more
Halo, First, I wanna show you my current UI : And here's the code for red circle function : InkWell( onTap: null, child: Icon(Icons.more_horiz, size: 18, color: Color.fromRGBO(0, 0, 0, 0.25), ), ), What action I needed is to show…