menu
nextgen_pdf_editor package
documentation
controllers/highlight_controller.dart
HighlightController
hasAnyContent method
hasAnyContent method
dark_mode
light_mode
hasAnyContent
method
bool
hasAnyContent
(
)
Implementation
bool hasAnyContent() { return _highlightHistory.values.any((actions) => actions.isNotEmpty); }
nextgen_pdf_editor package
documentation
controllers/highlight_controller
HighlightController
hasAnyContent method
HighlightController class