attempt to add loco search indicator
All checks were successful
All checks were successful
This commit is contained in:
@@ -628,8 +628,7 @@ class _TimelineModel {
|
||||
for (int i = 0; i < boundaries.length - 1; i++) {
|
||||
final start = boundaries[i];
|
||||
final end = boundaries[i + 1];
|
||||
final days = end.difference(start).inDays;
|
||||
final width = days >= 365 ? yearWidth : yearWidth / 2;
|
||||
final width = yearWidth;
|
||||
final double offset = axisSegments.isEmpty
|
||||
? 0.0
|
||||
: axisSegments.last.offset + axisSegments.last.width;
|
||||
|
||||
Reference in New Issue
Block a user