Lines Matching refs:button
3 **DownloadFileButton** is a download button that, when clicked, allows you to obtain the storage lo…
28 Creates a download file button, which by default displays both an icon and text.
40 …ownloadcontentoptions) | No | @State | Content options for creating the download file button.|
41 …](#downloadstyleoptions) | No | @State | Style options for creating the download file button.|
45 Defines the content displayed in the download file button.
53 | icon | [DownloadIconStyle](#downloadiconstyle) | No | Icon style of the download file button.<br…
54 | text | [DownloadDescription](#downloaddescription) | No | Text on the download file button.<br>I…
58 Defines the style of the icon and text in the download file button.
66 … | No | Icon size of the download file button.<br>Default value:…
67 …utdirection) | No | Direction of the icon and text on the download file button.<br>Default value:…
68 … | No | Font size of the download file button.<br>Default value:…
69 … | No | Font style of the download file button.<br>Default value:…
70 …g | No | Font weight of the download file button.<br>Default value:…
71 … | No | Font family of the download file button.<br>Default font: …
72 … | No | Font color of the download file button.<br>Default value:…
73 … | No | Icon color of the download file button.<br>Default value:…
74 … | No | Space between the icon and text on the download file button.<br>Default value:…
78 Defines the icon style of the download file button.
93 Defines the text on the download file button.
101 | DOWNLOAD | 1 | The text on the download file button is **Download**. |
102 | DOWNLOAD_FILE | 2 | The text on the download file button is **Download File**.|
103 | SAVE | 3 | The text on the download file button is **Save**. |
104 | SAVE_IMAGE | 4 | The text on the download file button is **Save Image**.|
105 | SAVE_FILE | 5 | The text on the download file button is **Save File**.|
106 | DOWNLOAD_AND_SHARE | 6 | The text on the download file button is **Download and Share**.|
107 | RECEIVE | 7 | The text on the download file button is **Receive**. |
108 | CONTINUE_TO_RECEIVE | 8 | The text on the download file button is **Continue**.|
114 Defines the direction of the icon and text in the download file button.
122 | HORIZONTAL | 0 | The icon and text on the download file button are horizontally arranged.|
123 | VERTICAL | 1 | The icon and text on the download file button are vertically arranged.|