theme_other.go 181 B

123456789101112131415
  1. //go:build !hints
  2. // +build !hints
  3. package theme
  4. import (
  5. "image/color"
  6. "fyne.io/fyne/v2"
  7. )
  8. var (
  9. fallbackColor = color.Transparent
  10. fallbackIcon = &fyne.StaticResource{}
  11. )