TomlView constructor
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});
Creates a TomlView widget.
Either assetFilePath
or content
should be provided. If both are provided,
assetFilePath
will take precedence.
const TomlView({super.key, this.assetFilePath, this.content});