Flutter: how to change state when pressed OnTapped
i want to change the color and trail icon after i click. the problem is the icon and thrail doesn't change after i click the index. this is my code : Widget _builduserlist(BuildContext context, List<postmodel> model) { List<bool> itemTappedState =…