menu
bonfire package
documentation
map/util/map_assets_manager.dart
MapAssetsManager
loadImage static method
loadImage static method
dark_mode
light_mode
loadImage
static method
Future
<
Image
>
loadImage
(
String
image
)
Implementation
static Future<Image> loadImage( String image, ) { return Flame.images.load(image); }
bonfire package
documentation
map/util/map_assets_manager
MapAssetsManager
loadImage static method
MapAssetsManager class