FlutterのFloatingActionButtonでThe named parameter ‘onPressed’ is required,

今回はFlutterのFloatingActionButtonで「The named parameter 'onPressed’ is required, but there’s no corresponding argument. Try adding the required argument.」というエラーが起きたときの対処法についてご紹介いたします。

動作確認したFlutterのバージョンは2.2.3です。



FlutterのFloatingActionButtonでThe named parameter 'onPressed’ is required,

FlutterでFloatingActionButtonを実装したときに表題のエラーが起きました。

結論を言うと、エラーメッセージの通り、onPressedを追加すれば良いだけです。
中身の処理は空で問題ないです。

終わりに

今回はFlutterのFloatingActionButtonで「The named parameter 'onPressed’ is required, but there’s no corresponding argument. Try adding the required argument.」というエラーが起きたときの対処法についてご紹介いたしました。

最後までお読みいただきありがとうございます。
よろしければブログやTwitterでのシェアをお願いしております。
コメントもお待ちしております。
誤植や勘違いなどございましたらコメント欄にて教えていただけると幸いです。

ITパスポート、基本情報技術者、応用情報技術者などIPAが提供する国家資格の過去問を学べるモバイルアプリをリリースしました。
詳しくは下記のプレスリリースをご覧ください。
https://prtimes.jp/main/html/rd/p/000000008.000073303.html

Youtubeチャンネル開設いたしました。
チャンネル登録者10,000人を目指しているので、良いと思った方はチャンネル登録をお願いしたいです。
https://www.youtube.com/channel/UC219XhmSRxmXltTy6COxSMw






Flutter

Posted by ちこ