asset property

Obtains a list of asset paths.

The builder will allow you to retrieve the assets defined in pubspec.yaml.

New themes can be defined by extending AssetThemeData.

アセットのパス一覧を取得します。

ビルダーによってpubspec.yaml内に定義されたアセットを取得することができるようになります。

AssetThemeDataをエクステンションすることで新しいテーマを定義することが可能です。

Implementation

AssetThemeData get asset => const AssetThemeData._();