getImage method
Retrieve an AssetImage by its Key value. Supply a parser function to process the operation. (See. Flutter's AssetBundle.loadStructuredData
Implementation
AssetImage getImage(String key, {AssetBundle? bundle, String? package}) =>
AssetImage(key, bundle: bundle, package: package);