menu
mapbox_maps_flutter package
documentation
mapbox_maps_flutter.dart
MbxImage
MbxImage.new constructor
MbxImage.new constructor
dark_mode
light_mode
MbxImage
constructor
MbxImage
(
{
required
int
width
,
required
int
height
,
required
Uint8List
data
,
})
Implementation
MbxImage({ required this.width, required this.height, required this.data, });
mapbox_maps_flutter package
documentation
mapbox_maps_flutter
MbxImage
MbxImage.new constructor
MbxImage class