CPDFOutline constructor
CPDFOutline({
- required String uuid,
- String? tag = '',
- required String title,
- required int level,
- CPDFDestination? destination,
- List<
CPDFOutline> childList = const [], - CPDFAction? action,
Implementation
CPDFOutline({
required this.uuid,
this.tag = '',
required this.title,
required this.level,
this.destination,
this.childList = const [],
this.action
});