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