getImage method

AssetImage getImage(
  1. String key, {
  2. AssetBundle? bundle,
  3. String? package,
})

Implementation

AssetImage getImage(String key, {AssetBundle? bundle, String? package}) {
  return AssetImage(key, bundle: bundle, package: package);
}