참고 : https://cyj893.github.io/flutter/Flutter6/
A에서 B로 보낼 때 route할때 넘어갈 페이지에 data를 넣는다.
MaterialPageRoute(
builder: (context) => SecondPage(data)
)
B에서 데이터 받을 때
statefulWidget에서 이렇게 생성자로 받으면 댐
접근할땐 ${widget.data} 이런식으로 하면 됨
'Flutter > 문법' 카테고리의 다른 글
[플러터] 객체 생성 및 선언, 생성자 (0) | 2023.05.17 |
---|---|
Dart 문법 (0) | 2023.03.24 |
댓글