KLineInfoStyle class

Visual styling for the long-press candle detail overlay.

Constructors

KLineInfoStyle({Color backgroundColor = const Color(0xccffffff), TextStyle textStyle = const TextStyle(color: Colors.blueGrey, fontSize: 12.0, height: 1.0)})
Creates long-press candle detail overlay styling.
const

Properties

backgroundColor Color
Background color for the candle detail overlay.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle
Text style for candle detail overlay rows.
final

Methods

copyWith({Color? backgroundColor, TextStyle? textStyle}) KLineInfoStyle
Returns a copy with selected values replaced.
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