feat: primitive styling

This commit is contained in:
IliaDenisov
2026-03-07 17:01:22 +02:00
parent 477e656008
commit e4b956232f
18 changed files with 1264 additions and 175 deletions
+1
View File
@@ -18,6 +18,7 @@ type interactiveRaster struct {
onScrolled func(*fyne.ScrollEvent)
onDragged func(*fyne.DragEvent)
onDragEnd func()
onTapped *fyne.PointEvent
}
func (r *interactiveRaster) SetMinSize(size fyne.Size) {