Video
Displays a video player with local or streamed content.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| src | String | Path or URL to the video file (e.g. ‚video/tutorial.mp4‘). | |
| autoplay | String | false | If ‚true‘, the video plays automatically. |
| controls | String | true | If ‚true‘, playback controls are shown. |
| loop | String | false | If ‚true‘, the video loops after finishing. |
| width | Int | 0 | Width in dp. Use 0 for automatic sizing. |
| height | Int | 0 | Height in dp. Use 0 for automatic sizing. |
