menu
braven_charts
braven_charts_fluent.dart
SegmentStyleFluent
clearColor method
clearColor
dark_mode
light_mode
description
clearColor
method
SegmentStyle
clearColor
(
)
Clears
SegmentStyle.color
to
null
.
Implementation
SegmentStyle clearColor() => copyWith(clearColor: true);
braven_charts
braven_charts_fluent
SegmentStyleFluent
clearColor method
SegmentStyleFluent extension on
SegmentStyle