TimelineProperties class

Constructors

TimelineProperties.new({double markerGap = 16, double iconGap = 12, double lineWidth = 2, double? iconSize, Color lineColor = const Color.fromARGB(255, 163, 163, 168), MarkerIconAlignment iconAlignment = MarkerIconAlignment.center, TimelinePosition timelinePosition = TimelinePosition.start})
A class that holds the properties for a timeline item.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
iconAlignment MarkerIconAlignment
final
iconGap double
final
iconSize double
final
lineColor Color
final
lineWidth double
final
markerGap double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timelinePosition TimelinePosition
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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