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

Usage

type TextGridRow

  type TextGridRow struct {
	Cells []TextGridCell
	Style TextGridStyle
}
  

TextGridRow represents a row of cells cell in a text grid. It contains the cells for the row and an optional style.