initialSourceType property
Initial source type. Must match initialContent's type.
Example: If you set initialContent to '
hi
', then you should also set the initialSourceType accordingly, that is SourceType.html.Implementation
@override
final SourceType initialSourceType;