menu
dartcv_core package
documentation
dartcv_core.dart
Size
Size.fromNative factory constructor
Size.fromNative factory constructor
dark_mode
light_mode
Size.fromNative
constructor
Size.fromNative
(
Size
sz
)
Implementation
factory Size.fromNative(cvg.Size sz) => Size(sz.width, sz.height);
dartcv_core package
documentation
dartcv_core
Size
Size.fromNative factory constructor
Size class