:::
6-14-2 把 list 抽出整理再塞回 list 中
_images.map((file) {
return Stack(
//do something
);
}).toList();
一定要有 toList() 之類的動作,否則,不會去執行map裡面的匿名函數
6-14-1 加入底部彈框選擇拍照或相簿