fckeuspy-go/vendor/fyne.io/fyne/v2/theme/theme_other.go

15 lines
164 B
Go

//go:build !hints
package theme
import (
"image/color"
"fyne.io/fyne/v2"
)
var (
fallbackColor = color.Transparent
fallbackIcon = &fyne.StaticResource{}
)