NewVScroll places content in a VScroll container for mobile orientations and scrolling
(content *fyne.Container)
| 213 | |
| 214 | // NewVScroll places content in a VScroll container for mobile orientations and scrolling |
| 215 | func NewVScroll(content *fyne.Container) *container.Scroll { |
| 216 | return container.NewVScroll(container.NewCenter(content, widget.NewLabel(""))) |
| 217 | } |
no outgoing calls
no test coverage detected