menu
theatre package
documentation
geometry/line.dart
Line
Line.new const constructor
Line.new const constructor
dark_mode
light_mode
Line
constructor
const
Line
(
double
a
,
double
b
,
double
c
)
Implementation
const Line(this.a, this.b, this.c);
theatre package
documentation
geometry/line
Line
Line.new const constructor
Line class