2022年9月22日星期四

check if in Scaffold

 (){

  try{
Scaffold.of(context);
}catch(e){
//not in Scaffold
}
return Container();
}()

沒有留言:

發佈留言