timeConstraints property

BoxConstraints? timeConstraints
final

Default constraints for the time column width.

Controls the minimum and maximum width allocated for displaying time information in each timeline row. If null, individual Timeline widgets use their own constraints or a default of 120 logical pixels.

Implementation

final BoxConstraints? timeConstraints;