theme/material: add the material theme

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-10-11 11:50:51 +02:00
parent ff3fc7a24a
commit abb99eca5c
9 changed files with 537 additions and 15 deletions
+6
View File
@@ -0,0 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
// Package widget implements common user interface controls. Widgets
// contain peristent state and process user events. Theme packages
// such as `widget/material` implements drawing of widgets.
package widget