TomlView constructor
const
TomlView({
- Key? key,
- String? assetFilePath,
- String? content,
- TomlViewerConfig? config,
Creates a TomlView widget.
Either assetFilePath
or content
should be provided. If both are provided,
assetFilePath
will take precedence.
Implementation
const TomlView({super.key, this.assetFilePath, this.content, this.config});