import "fyne.io/fyne/v2/widget"
  

Usage

type TableCellID

  type TableCellID struct {
	Row int
	Col int
}
  

TableCellID is a type that represents a cell’s position in a table based on its row and column location.