fileUrl property

String? fileUrl
final

A raw file URL to load content from (e.g., GitHub raw URL).

When provided, the widget will automatically fetch content from this URL and display it in the editor. This is useful for loading remote files. Cannot be used together with initialText.

Implementation

final String? fileUrl;