menu
dutato
presentation/widgets/code_editor_input.dart
CodeEditorController
hasContent property
hasContent
dark_mode
light_mode
description
hasContent
property
bool
get
hasContent
Implementation
bool get hasContent => _codeController.text.trim().isNotEmpty;
dutato
code_editor_input
CodeEditorController
hasContent property
CodeEditorController class