class Example extends StatelessWidget { List <int> exampleList = [1,2,3,4]; @override Widget build(BuildContext context) { return Container( ...
確定! 回上一頁