menu
u package
documentation
components/u_charts.dart
UChartPoint
UChartPoint.new const constructor
UChartPoint.new const constructor
dark_mode
light_mode
UChartPoint
constructor
const
UChartPoint
(
{
required
double
x
,
required
double
y
,
double
?
size
,
})
Implementation
const UChartPoint({required this.x, required this.y, this.size});
u package
documentation
components/u_charts
UChartPoint
UChartPoint.new const constructor
UChartPoint class