CPDFArrowAttr class
- Inheritance
-
- Object
- CPDFAnnotAttrBase
- CPDFShapeAttr
- CPDFArrowAttr
Constructors
- CPDFArrowAttr({Color? fillColor = const Color(0xFF1460F3), Color? borderColor = Colors.black, int? colorAlpha = 128, int? borderWidth = 2, CPDFBorderStyle? borderStyle = const CPDFBorderStyle.solid(), CPDFLineType? headType = CPDFLineType.none, CPDFLineType? tailType = CPDFLineType.openArrow})
-
const
Properties
- borderColor → Color?
-
finalinherited
- borderStyle → CPDFBorderStyle?
-
Set the border style to dashed or solid.
finalinherited
- borderWidth → int?
-
border thickness, value range:1~10
finalinherited
- colorAlpha → int?
-
Fill color and border color transparency.
Range: 0-255.finalinherited - fillColor → Color?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- headType → CPDFLineType?
-
Arrow starting position shape.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tailType → CPDFLineType?
-
Arrow tail position shape.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited