menu
fml package
documentation
widgets/chart_painter/zoom_chart.dart
ZoomableChart
ZoomableChart.new const constructor
ZoomableChart.new const constructor
dark_mode
light_mode
ZoomableChart
constructor
const
ZoomableChart
(
{
Key
?
key
,
required
double
maxX
,
required
Widget
builder
(
double
,
double
),
})
Implementation
const ZoomableChart({ super.key, required this.maxX, required this.builder, });
fml package
documentation
widgets/chart_painter/zoom_chart
ZoomableChart
ZoomableChart.new const constructor
ZoomableChart class