doc.go 248 B

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