imageName property
final
The name of image in the asset catalogs. For example, you need to add the image in the Images.xcassets(or Assets.xcassets etc.)
Implementation
final String? imageName;
The name of image in the asset catalogs. For example, you need to add the image in the Images.xcassets(or Assets.xcassets etc.)
final String? imageName;