menu
lumos package
documentation
tools/text_editor.dart
TextEditor
TextEditor const constructor
TextEditor const constructor
dark_mode
light_mode
TextEditor
constructor
const
TextEditor
(
{
Key
?
key
,
required
bool
darkTheme
,
})
Creates a
TextEditor
widget.
Implementation
const TextEditor({super.key, required this.darkTheme});
lumos package
documentation
tools/text_editor
TextEditor
TextEditor const constructor
TextEditor class