50
31

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Flutter で使えるマテリアルアイコンを探す方法

Posted at

Flutter でアイコンを使いたい場合は以下のように書きます。

new Icon(Icons.settings)

このアイコンはたくさんの種類が用意されています。これらの一覧を確認したい場合は、Icons の API ドキュメントを見ます。

以下のような感じで、定数ごとのアイコン画像が分かるので、ここから探しましょう。

スクリーンショット 2018-02-22 16.24.04.png
50
31
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
50
31

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?