imageName property Null safety
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.) Only supported on iOS.
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.) Only supported on iOS.
final String? imageName;