menu
scanbot_sdk
scanbot_sdk.dart
ImageInfo
ImageInfo.new constructor
ImageInfo.new
dark_mode
light_mode
ImageInfo
constructor
ImageInfo
(
{
required
int
height
,
required
int
width
,
required
int
maxByteSize
,
})
Implementation
ImageInfo({ required this.height, required this.width, required this.maxByteSize, });
scanbot_sdk
scanbot_sdk
ImageInfo
ImageInfo.new constructor
ImageInfo class