TriangleNowIndicatorShape class

A NowIndicatorShape that draws a small triangle.

See also:

Inheritance

Constructors

TriangleNowIndicatorShape({required Color color, double size = 8})

Properties

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

Methods

copyWith({Color? color, double? size}) TriangleNowIndicatorShape
override
interpolateSizeBasedOnVisibility(double value, Size size, double dateStartOffset, double dateEndOffset) double
inherited
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
override
toString() String
A string representation of this object.
inherited

Operators

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