Documentation
¶
Index ¶
- func NewCard(gtx layout.Context, c Card, widget func(gtx layout.Context) layout.Dimensions) layout.Dimensions
- func NewCircle(gtx layout.Context, circle Circle) layout.Dimensions
- func NewDivider(gtx layout.Context, height int, color color.NRGBA) layout.Dimensions
- func NewImage(gtx layout.Context, name string, position layout.Direction, scale float32) layout.Dimensions
- func NewLabel(gtx layout.Context, theme *material.Theme, text string, size int, ...) layout.Dimensions
- func NewLink(gtx layout.Context, obj Link) layout.Dimensions
- func NewMainTitle(gtx layout.Context, theme *material.Theme, text string) layout.Dimensions
- func NewSmallText(gtx layout.Context, theme *material.Theme, text string) layout.Dimensions
- func NewSubText(gtx layout.Context, theme *material.Theme, text string, ...) layout.Dimensions
- func NewText(gtx layout.Context, theme *material.Theme, text string, ...) layout.Dimensions
- func NewTitle(gtx layout.Context, theme *material.Theme, text string) layout.Dimensions
- type Card
- type Circle
- type Link
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCard ¶
func NewCard(gtx layout.Context, c Card, widget func(gtx layout.Context) layout.Dimensions) layout.Dimensions
func NewDivider ¶
func NewMainTitle ¶
func NewSmallText ¶
func NewSubText ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.