State of Compose 2023 results are in! Click here to learn more

← Back to Glance AppWidget

SingleEntityTemplate

Component
in
Glance AppWidget
. Since 1.0.0-alpha04

Overview

Code Examples

Video

Composable layout for a single entity template app widget. The template describes a widget layout based around a single entity.

@param data the data that defines the widget

Overloads

SingleEntityTemplate

@Composable
fun SingleEntityTemplate(data: SingleEntityTemplateData)

Parameters

NameDescription
datathe data that defines the widge