We have a list named cart that will be empty in the beginning. ... build(BuildContext context) { return Scaffold( appBar: AppBar( title: Text(widget.title), ) ...
確定! 回上一頁