NowIndicatorStyle class

Defines visual properties for NowIndicator.

See also:

Annotations

Constructors

NowIndicatorStyle(BuildContext context, {NowIndicatorShape? shape, Color? lineColor, double? lineWidth})
factory
NowIndicatorStyle.raw({required NowIndicatorShape shape, required Color lineColor, required double lineWidth})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
lineColor Color
final
lineWidth double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape NowIndicatorShape
final

Methods

copyWith({NowIndicatorShape? shape, Color? lineColor, double? lineWidth}) NowIndicatorStyle
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.
override