Files
Elias Naur 82e51019e1 widget/material: document package
Signed-off-by: Elias Naur <mail@eliasnaur.com>
2019-11-06 10:57:17 +01:00

7 lines
246 B
Go

// SPDX-License-Identifier: Unlicense OR MIT
// Package widget implements state tracking and event handling of
// common user interface controls. To draw widgets, use a theme
// packages such as package gioui.org/widget/material.
package widget