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