File class allows you to display a button that lets users download the content of the file.
You must provide either an url or a path or content bytes.
Attributes
str
The name of the file. This will be shown to users.
str
The remote URL of the file image source.
str
The local file path of the file image.
bytes
The file content of the file image in bytes format.