menu
mappable_maps_navikit package
documentation
search.dart
SizeImpl
toNative static method
toNative static method
dark_mode
light_mode
toNative
static method
SizeNative
toNative
(
Size
obj
)
Implementation
static SizeNative toNative(Size obj) { return _SizeNativeInit(obj.width, obj.height); }
mappable_maps_navikit package
documentation
search
SizeImpl
toNative static method
SizeImpl extension on
Size