I solved this problem with making a map of global keys var cardKeys = Map<int, GlobalKey<FlipCardState>>(); and in the ListView.builder in ...
確定! 回上一頁