widget.ButtonIconPlacement
import "fyne.io/fyne/v2/widget"
Usage
type ButtonIconPlacement
type ButtonIconPlacement int
ButtonIconPlacement represents the ordering of icon & text within a button.
const (
// ButtonIconLeadingText aligns the icon on the leading edge of the text.
ButtonIconLeadingText ButtonIconPlacement = iota
// ButtonIconTrailingText aligns the icon on the trailing edge of the text.
ButtonIconTrailingText
)