timeConstraints property

BoxConstraints? timeConstraints
final

Override constraints for the time column width.

When provided, overrides the theme's TimelineTheme.timeConstraints for this specific timeline instance. Controls how much space is allocated for displaying time information. If null, uses theme or default constraints.

Implementation

final BoxConstraints? timeConstraints;