CircleNowIndicatorShape class

A NowIndicatorShape that draws a small circle.

See also:

Inheritance

Constructors

CircleNowIndicatorShape({required Color color, double radius = 4})

Properties

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

Methods

copyWith({Color? color, double? radius}) CircleNowIndicatorShape
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