You can try this : @override Widget build(BuildContext context) { List text = [1, 2, 3, 4]; return Scaffold( appBar: AppBar( title: Text(widget.title), ),
確定! 回上一頁