CPDFEditArea constructor
const
CPDFEditArea({
- required CPDFEditAreaType type,
- required String uuid,
- required int page,
Implementation
const CPDFEditArea({required this.type, required this.uuid, required this.page});