CPDFWidget class

Implementers

Constructors

CPDFWidget.new({required CPDFFormType type, required String title, required int page, required String uuid, DateTime? createDate, required CPDFRectF rect, required Color borderColor, required Color fillColor, required double borderWidth})
CPDFWidget.fromJson(Map<String, dynamic> json)
factory

Properties

borderColor Color
final
borderWidth double
final
createDate DateTime?
final
fillColor Color
final
hashCode int
The hash code for this object.
no setterinherited
page int
final
rect CPDFRectF
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final
type CPDFFormType
final
uuid String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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