menu
braven_charts
braven_charts_fluent.dart
PinAnnotationFluent
withY method
withY
dark_mode
light_mode
description
withY
method
PinAnnotation
withY
(
double
value
)
Replaces
PinAnnotation.y
with
value
.
Implementation
PinAnnotation withY(double value) => copyWith(y: value);
braven_charts
braven_charts_fluent
PinAnnotationFluent
withY method
PinAnnotationFluent extension on
PinAnnotation