LineDrawingToolConfigMobile class

Line drawing tool config

Inheritance
Annotations
  • @JsonSerializable.new()

Constructors

LineDrawingToolConfigMobile({String? configId, DrawingData? drawingData, List<EdgePoint> edgePoints = const <EdgePoint>[], LineStyle lineStyle = const LineStyle(thickness: 0.9, color: BrandColors.coral), OverlayStyle? overlayStyle, DrawingPatterns pattern = DrawingPatterns.solid, int number = 0})
Initializes
const
LineDrawingToolConfigMobile.fromJson(Map<String, dynamic> json)
Initializes from JSON.
factory

Properties

configId → String?
Drawing tool config id.
finalinherited
drawingData → DrawingData?
Drawing tool data.
finalinherited
edgePoints → List<EdgePoint>
Drawing tool edge points.
finalinherited
hashCode → int
The hash code for this object.
no setterinherited
isOverlay → bool
Whether the add-on is an overlay on the main chart or displays on a separate chart. Default is set to true.
finalinherited
lineStyle → LineStyle
Drawing tool line style
final
number → int
The number of this add-on.
finalinherited
overlayStyle → OverlayStyle?
Drawing tool overlay style
final
pattern → DrawingPatterns
Drawing tool line pattern: 'solid', 'dotted', 'dashed'
final
props → List<Object>
The list of properties that will be used to determine whether two instances are equal.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
stringify → bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

copyWith({String? configId, DrawingData? drawingData, LineStyle? lineStyle, LineStyle? fillStyle, OverlayStyle? overlayStyle, DrawingPatterns? pattern, List<EdgePoint>? edgePoints, bool? enableLabel, int? number}) → LineDrawingToolConfigMobile
Creates a copy of this object.
override
getInteractableDrawing(DrawingContext drawingContext, GetDrawingState getDrawingState) → InteractableDrawing<DrawingToolConfig>
Returns back the InteractableDrawing instance of this drawing tool.
inherited
getItem(UpdateDrawingTool updateDrawingTool, VoidCallback deleteDrawingTool) → DrawingToolItem
Creates drawing tool.
override
getLabelPainter({required Point startPoint, required Point endPoint}) → LineDrawingToolLabelPainter?
Create label painter for the drawing tool.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
Serialization to JSON. Serves as value in key-value storage.
override
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

name → const String
Drawing tool name