widgets/dartblock_editor library

Classes

DartBlockEditor
The main widget for viewing and editing a DartBlockProgram.
DartBlockEditorInheritedWidget
Inherited widget to keep track of dynamic data.

Enums

DartBlockViewOption
The available view options for the rendering of a DartBlock program.

Functions

showNewFunctionSheet(BuildContext context, {required List<String> existingCustomFunctionNames, required dynamic onSaved(String newName, DartBlockDataType? newReturnType), required dynamic onReceiveDartBlockNotification(DartBlockNotification notification)?}) → void