initialText property

String? initialText
final

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;