ImageAssetContent constructor
ImageAssetContent(
- String assetPath
Creates an ImageAssetContent with the specified asset path.
Parameters:
assetPath: Path to the asset image (e.g., 'assets/images/logo.png')
Implementation
ImageAssetContent(this.assetPath);