Adding a new element to another screen's list in flutter

前端 未结 0 1205
清歌不尽
清歌不尽 2020-12-18 01:35

I have a list in Page_2.dart:

final List transactions = [
    Trans(false, 20),
  ];

that takes a custom class widg

相关标签:
回答
  • 消灭零回复
提交回复
热议问题