FileAssetLoader constructor
FileAssetLoader(
- String assetsDir
Creates a loader that reads assets from assetsDir.
The assetsDir should point to the directory containing the .svgf
fragment files (e.g. lib/assets/ within the avatar_builder_core
package).
Implementation
FileAssetLoader(this.assetsDir);