package property

String? package
final

Optional package name that owns the asset.

When non-null the actual asset path becomes packages/$package/$assetPath, which is how Flutter resolves assets declared in dependency packages.

Implementation

final String? package;