Flutter/アイコン追加
提供: 初心者エンジニアの簡易メモ
準備
以下デフォでonになっているが確認
- pubspec.yaml
flutter: uses-material-design: true
dependencies側のflutterではないので注意。
サンプル
Icon( Icons.add, color: Colors.pink, size: 30.0, )
アイコン画像一覧:https://material.io/tools/icons/?style=baseline
参考:https://docs.flutter.io/flutter/material/Icons-class.html