DepthColors class

Constructors

DepthColors({Color buy = const Color(0xff60A893), Color sell = const Color(0xffC15866), Color selectFill = const Color(0xff0D1722), Color selectBorder = const Color(0xff6C7A86)})
const

Properties

buy Color
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectBorder Color
final
selectFill Color
final
sell Color
final

Methods

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.
inherited