flutter 取消 回傳按鈕
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
automaticallyImplyLeading: false, //here
title: Text('Never gonna run around and desert you'),
),
body: Center(
child: Column(
children: [
Text('Never gonna make you cry'),
],
),
),
);
}
}
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/298398.html
標籤:其他
