main.dart import 'package:flutter/material.dart'; void main() ... context) { return Scaffold( appBar: AppBar( title: Text(title), ) ...
確定! 回上一頁