CPDFInkAttr class
- Inheritance
-
- Object
- CPDFAnnotAttrBase
- CPDFInkAttr
Constructors
- CPDFInkAttr({Color? color = const Color(0xFF1460F3), int? alpha = 255, int borderWidth = 10})
-
const
Properties
- alpha → int?
-
Color transparency.
Value Range:0-255.final - borderWidth → int
-
border width.
Value Range:1~10.
final
- color → Color?
-
note icon 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