Skip to content

Commit 36532f7

Browse files
committed
Add reminder in default color
1 parent 2b7bdfc commit 36532f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/timeline_theme.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class TimelineThemeData with Diagnosticable {
168168
ConnectorThemeData connectorTheme,
169169
}) {
170170
direction ??= Axis.vertical;
171-
color ??= Colors.blue;
171+
color ??= Colors.blue; // TODO: Need to change the default color to the theme color?
172172
nodePosition ??= 0.5;
173173
nodeItemOverlap ??= false;
174174
indicatorPosition ??= 0.5;

0 commit comments

Comments
 (0)