[Flutter] Dialog 위젯

제리·2021년 12월 22일

클릭하면 Dialog를 호출한다.

onPressed: (){
  showDialog(context: context, builder: (context){
    return Dialog(child: Text('안녕'));
  });
},
profile
iOS 준비중

0개의 댓글