menu
arcgis_maps
arcgis_maps.dart
ArcGISImage
ArcGISImage.new factory constructor
ArcGISImage.new
dark_mode
light_mode
ArcGISImage
constructor
ArcGISImage
(
{
required
int
height
,
required
int
width
,
required
Uint8List
data
,
})
Creates a new image object.
Parameters:
height
— The height of the image.
width
— The width of the image.
data
— The byte array containing the data for the image.
arcgis_maps
arcgis_maps
ArcGISImage
ArcGISImage.new factory constructor
ArcGISImage class