SeniorTimelineThemeData class

Constructors

SeniorTimelineThemeData({double? gutterSpacing, double? indicatorSize, double? itemGap, double? lineGap, double? strokeWidth, SeniorTimelineStyle? style})
Theme definitions for the SeniorTimeline component.
const

Properties

gutterSpacing double?
Defines the space between the indicator and the content of the timeline item.
final
hashCode int
The hash code for this object.
no setterinherited
indicatorSize double?
Defines the size of the timeline indicator.
final
itemGap double?
Defines the space between indicators.
final
lineGap double?
Defines the space between timeline items.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeWidth double?
Defines the stroke width of the line between the indicators of the timeline records.
final
style SeniorTimelineStyle?
The component's style definitions.
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