import "fyne.io/fyne/v2/layout"
  

Usage

type SpacerObject

  type SpacerObject interface {
	ExpandVertical() bool
	ExpandHorizontal() bool
}
  

SpacerObject is any object that can be used to space out child objects