HighlightStyle class

Constructors

HighlightStyle({required Color color, double lineSize = _defaultLineSize, bool vertical = true, bool horizontal = true})

Properties

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

Methods

copyWith({Color? color, double? lineSize, bool? vertical, bool? horizontal}) HighlightStyle
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