menu
chart_engine package
documentation
chart_engine.dart
PairMapper<R, X, Y> typedef
PairMapper<R, X, Y> typedef
dark_mode
light_mode
PairMapper<
R
,
X
,
Y
>
typedef
PairMapper
<
R
,
X
,
Y
> =
R Function
(
X
x
,
Y
y
)
Implementation
typedef PairMapper<R, X, Y> = R Function(X x, Y y);
chart_engine package
documentation
chart_engine
PairMapper<R, X, Y> typedef
chart_engine library