LiveTimeIndicatorSettings class

Settings for live time line

Constructors

LiveTimeIndicatorSettings({double height = 1.0, double offset = 5.0, Color color = Colors.grey, StringProvider? timeStringBuilder, bool showBullet = true, bool showTime = false, bool showTimeBackgroundView = false, double bulletRadius = 5.0, double timeBackgroundViewWidth = 60.0})
Settings for live time line
const
LiveTimeIndicatorSettings.none()
factory

Properties

bulletRadius double
Radius of bullet.
final
color Color
Color of time indicator.
final
hashCode int
The hash code for this object.
no setterinherited
height double
Height of time indicator.
final
offset double
offset of time indicator.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showBullet bool
Flag to show bullet at left side or not.
final
showTime bool
Flag to show time on live time line.
final
showTimeBackgroundView bool
Flag to show time backgroud view.
final
timeBackgroundViewWidth double
Width of time backgroud view.
final
timeStringBuilder StringProvider?
StringProvider for time string
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