menu
mephisto_ui
components/graph/models/MephistoLinearGraphPoint.dart
MephistoLinearGraphPoint
MephistoLinearGraphPoint constructor
MephistoLinearGraphPoint
dark_mode
light_mode
MephistoLinearGraphPoint
constructor
MephistoLinearGraphPoint
(
{
required
double
x
,
required
double
y
,
})
Implementation
MephistoLinearGraphPoint({ required this.x, required this.y, });
mephisto_ui
MephistoLinearGraphPoint
MephistoLinearGraphPoint
MephistoLinearGraphPoint constructor
MephistoLinearGraphPoint class