adam-gui/vendor/fyne.io/fyne/v2/theme/theme_other.go

16 lines
181 B
Go
Raw Permalink Normal View History

2024-04-29 19:13:50 +02:00
//go:build !hints
// +build !hints
package theme
import (
"image/color"
"fyne.io/fyne/v2"
)
var (
fallbackColor = color.Transparent
fallbackIcon = &fyne.StaticResource{}
)