Documentation ¶ Index ¶ Variables type Theme func (t *Theme) Color(name fyne.ThemeColorName, variant fyne.ThemeVariant) color.Color func (t *Theme) Font(style fyne.TextStyle) fyne.Resource func (t *Theme) Icon(name fyne.ThemeIconName) fyne.Resource func (t *Theme) Size(name fyne.ThemeSizeName) float32 Constants ¶ This section is empty. Variables ¶ View Source var CustomTheme = &Theme{} Functions ¶ This section is empty. Types ¶ type Theme ¶ type Theme struct { } func (*Theme) Color ¶ func (t *Theme) Color(name fyne.ThemeColorName, variant fyne.ThemeVariant) color.Color func (*Theme) Font ¶ func (t *Theme) Font(style fyne.TextStyle) fyne.Resource func (*Theme) Icon ¶ func (t *Theme) Icon(name fyne.ThemeIconName) fyne.Resource func (*Theme) Size ¶ func (t *Theme) Size(name fyne.ThemeSizeName) float32 Source Files ¶ View all Source files theme.go Click to show internal directories. Click to hide internal directories.