import 'package:flutter/material.dart'; void main() => runApp(MyNote()); ... 設置key Note({Key key, this.color, this.width, this.height}) : super(key: key); ...
確定! 回上一頁