VerticalTimelineConfiguration class

Constructors

VerticalTimelineConfiguration({double trackWidth = 200, double pixelsPerHour = 300, bool floatingHeader = true, bool floatingTime = true, EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 20), TimelineDurationResolver durationResolver = const DynamicTimelineDuration(), double minScale = 0.8, double maxScale = 2.5, bool scaleEnabled = true})
const

Properties

durationResolver TimelineDurationResolver
final
floatingHeader bool
final
floatingTime bool
final
hashCode int
The hash code for this object.
no setterinherited
maxScale double
final
minScale double
final
padding EdgeInsets
final
pixelsPerHour double
final
pixelsPerSecond double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleEnabled bool
final
trackWidth double
final

Methods

canvasWidth(int trackCount) double
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
positionedItem(TimelineItem item, int index, TimelineDuration bounds, Widget builder(BuildContext context, BoxConstraints constraints)) Widget
positionedTrack(int index, Widget builder(BuildContext context, BoxConstraints constraints)) Widget
toString() String
A string representation of this object.
inherited
trackOffset(int track) double

Operators

operator ==(Object other) bool
The equality operator.
inherited