menu
map_marker_cache package
documentation
models/cached_icon.dart
CachedIcon
CachedIcon.new constructor
CachedIcon.new constructor
dark_mode
light_mode
CachedIcon
constructor
CachedIcon
(
{
required
String
key
,
required
List
<
int
>
bytes
,
})
Creates a new instance of
CachedIcon
.
Implementation
CachedIcon({ required this.key, required this.bytes, });
map_marker_cache package
documentation
models/cached_icon
CachedIcon
CachedIcon.new constructor
CachedIcon class