menu
braven_charts
braven_charts_fluent.dart
BarRaceFrameFluent
withId method
withId
dark_mode
light_mode
description
withId
method
BarRaceFrame
withId
(
String
value
)
Replaces
BarRaceFrame.id
with
value
.
Implementation
BarRaceFrame withId(String value) => copyWith(id: value);
braven_charts
braven_charts_fluent
BarRaceFrameFluent
withId method
BarRaceFrameFluent extension on
BarRaceFrame