body: PageView( children: [1,2,3,4,5].map((e)=> Image.asset('asset/img/image_$e.jpeg', fit: BoxFit.cover, ),).toList() ) fit: BoxFit.cover >> 화면을 꽉 채움, 단 비율을 맞추기 위해 짤릴 수 있다 @override void initState() { super.initState(); timer=Timer.periodic(Duration(seconds: 1), (timer) { print('Timer!'); }); } ) 처음에 부모 클래스의 initSate()를 실행시킨다 ) Timer.periodic(Duration(seconds: 1), (timer) { print('Timer!');}) >> 1초를 주기로