menu
dartblock_code package
documentation
widgets/dartblock_editor_providers.dart
DartBlockEditorState
DartBlockEditorState.new const constructor
DartBlockEditorState.new const constructor
dark_mode
light_mode
DartBlockEditorState
constructor
const
DartBlockEditorState
(
{
required
Statement
?
copiedStatement
,
required
bool
isCopiedStatementCut
,
})
Implementation
const DartBlockEditorState({ required this.copiedStatement, required this.isCopiedStatementCut, });
dartblock_code package
documentation
widgets/dartblock_editor_providers
DartBlockEditorState
DartBlockEditorState.new const constructor
DartBlockEditorState class