row style
This commit is contained in:
8
itablerow.go
Normal file
8
itablerow.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package image_table
|
||||
|
||||
import "image/color"
|
||||
|
||||
type ITableRow interface {
|
||||
GetCells() []any
|
||||
GetBackgroundColor() color.RGBA
|
||||
}
|
||||
Reference in New Issue
Block a user