SnackBar 提示元件,會在螢幕下方,彈跳顯示訊息,幾秒後消失。 ... import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends ...
確定! 回上一頁