NowIndicatorShape class abstract

A shape that is drawn at the left side of the NowIndicator.

See also:

Implementers
Annotations

Constructors

NowIndicatorShape()
const

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith() NowIndicatorShape
interpolateSizeBasedOnVisibility(double value, Size size, double dateStartOffset, double dateEndOffset) double
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(Canvas canvas, Size size, double dateStartOffset, double dateEndOffset, double timeOffset) → void
toString() String
A string representation of this object.
inherited

Operators

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