menu
multimedia package
documentation
magick/src/image_magick.dart
SegmentInfo
SegmentInfo.new const constructor
SegmentInfo.new const constructor
dark_mode
light_mode
SegmentInfo
constructor
const
SegmentInfo
(
{
required
double
x1
,
required
double
y1
,
required
double
x2
,
required
double
y2
,
})
Implementation
const SegmentInfo({ required this.x1, required this.y1, required this.x2, required this.y2, });
multimedia package
documentation
magick/src/image_magick
SegmentInfo
SegmentInfo.new const constructor
SegmentInfo class