menu
media_picker_plus package
documentation
crop_options.dart
CropRect
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'x': x, 'y': y, 'width': width, 'height': height, }; }
media_picker_plus package
documentation
crop_options
CropRect
toMap method
CropRect class