initialText property
The initial text to be displayed in the CodeCrafter widget.
Note: If both initialText and filePath are provided, an exception will be thrown.
Implementation
final String? initialText;
The initial text to be displayed in the CodeCrafter widget.
Note: If both initialText and filePath are provided, an exception will be thrown.
final String? initialText;