CPDFShapeAttr class
- Inheritance
-
- Object
- CPDFAnnotAttrBase
- CPDFShapeAttr
- Implementers
Constructors
- CPDFShapeAttr({Color? fillColor = const Color(0xFF1460F3), Color? borderColor = Colors.black, int? colorAlpha = 128, int? borderWidth = 2, CPDFBorderStyle? borderStyle = const CPDFBorderStyle.solid()})
-
const
Properties
- borderColor → Color?
-
final
- borderStyle → CPDFBorderStyle?
-
Set the border style to dashed or solid.
final
- borderWidth → int?
-
border thickness, value range:1~10
final
- colorAlpha → int?
-
Fill color and border color transparency.
Range: 0-255.final - fillColor → 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
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