feat(mobile): dynamic layout in new timeline

This commit is contained in:
shenlong-tanwen
2025-11-12 17:31:46 +05:30
parent 5ade152bc5
commit 01e7f6a01c
3 changed files with 141 additions and 44 deletions

View File

@@ -24,7 +24,7 @@ abstract class SegmentBuilder {
Size size = kTimelineFixedTileExtent,
double spacing = kTimelineSpacing,
}) => RepaintBoundary(
child: FixedTimelineRow(
child: TimelineRow.fixed(
dimension: size.height,
spacing: spacing,
textDirection: Directionality.of(context),