menu
barcode_scanner package
documentation
core.dart
LineSegmentInt
LineSegmentInt.new constructor
LineSegmentInt.new constructor
dark_mode
light_mode
LineSegmentInt
constructor
LineSegmentInt
(
{
required
Point
<
int
>
start
,
required
Point
<
int
>
end
,
})
Implementation
LineSegmentInt({ required this.start, required this.end, });
barcode_scanner package
documentation
core
LineSegmentInt
LineSegmentInt.new constructor
LineSegmentInt class