menu
mnn package
documentation
cv.dart
Size
Size.new factory constructor
Size.new factory constructor
dark_mode
light_mode
Size
constructor
Size
(
int
width
,
int
height
)
Implementation
factory Size(int width, int height) => Size.fromXY(width, height);
mnn package
documentation
cv
Size
Size.new factory constructor
Size class