LoginSignup
0
0

More than 3 years have passed since last update.

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

Last updated at Posted at 2020-12-08

アイコンの書き方


Icon(Icons.x)

xの部分に以下の方法で見つけた定数を記述します。

アイコンの探し方

1. IconsのAPIドキュメントの一覧ページを開く

以下のようにアイコンとアイコンの定数が羅列されています。
スクリーンショット 2020-12-08 10.36.08.png

2.使いたいイメージのアイコンから連想する単語を英語訳

翻訳アプリに思いついた単語を入力して英語にする。
google翻訳
Deepl翻訳

3.単語検索をする

Command (Control) + Fで検索バーを表示して、
先ほと翻訳した英語を入力する。

2.3.を繰り返して探します。
終了

まとめ

アイコンのドキュメントを開く
https://api.flutter.dev/flutter/material/Icons-class.html
Command (Control) + Fで検索!

0
0
0

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
0
0