文字をボタンにするために使われるWidgetです。 import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class ...
確定! 回上一頁