package
2.0.6
Repository: https://github.com/cheeryprogrammer/fyne.git
Documentation: pkg.go.dev

# Functions

NewBaseRenderer creates a new BaseRenderer.
NewHScroll create a scrollable parent wrapping the specified content.
NewOverlayContainer creates an OverlayContainer.
NewScroll creates a scrollable parent wrapping the specified content.
NewShadow create a new Shadow.
NewShadowingRenderer creates a ShadowingRenderer.
NewSimpleRenderer creates a new SimpleRenderer to render a widget using a single CanvasObject.
NewVScroll create a scrollable parent wrapping the specified content.
Repaint instructs the containing canvas to redraw, even if nothing changed.

# Constants

ElevationLevel constants inspired by: https://storage.googleapis.com/spec-host/mio-staging%2Fmio-design%2F1584058305895%2Fassets%2F0B6xUSjjSulxceF9udnA4Sk5tdU0%2Fbaselineelevation-chart.png.
ElevationLevel constants inspired by: https://storage.googleapis.com/spec-host/mio-staging%2Fmio-design%2F1584058305895%2Fassets%2F0B6xUSjjSulxceF9udnA4Sk5tdU0%2Fbaselineelevation-chart.png.
ElevationLevel constants inspired by: https://storage.googleapis.com/spec-host/mio-staging%2Fmio-design%2F1584058305895%2Fassets%2F0B6xUSjjSulxceF9udnA4Sk5tdU0%2Fbaselineelevation-chart.png.
ElevationLevel constants inspired by: https://storage.googleapis.com/spec-host/mio-staging%2Fmio-design%2F1584058305895%2Fassets%2F0B6xUSjjSulxceF9udnA4Sk5tdU0%2Fbaselineelevation-chart.png.
ElevationLevel constants inspired by: https://storage.googleapis.com/spec-host/mio-staging%2Fmio-design%2F1584058305895%2Fassets%2F0B6xUSjjSulxceF9udnA4Sk5tdU0%2Fbaselineelevation-chart.png.
ElevationLevel constants inspired by: https://storage.googleapis.com/spec-host/mio-staging%2Fmio-design%2F1584058305895%2Fassets%2F0B6xUSjjSulxceF9udnA4Sk5tdU0%2Fbaselineelevation-chart.png.
ScrollBoth supports horizontal and vertical scrolling.
ScrollHorizontalOnly specifies the scrolling should only happen left to right.
ScrollNone turns off scrolling for this container.
ScrollVerticalOnly specifies the scrolling should only happen top to bottom.
ShadowType constants.
ShadowType constants.
ShadowType constants.
ShadowType constants.
ShadowType constants.
ElevationLevel constants inspired by: https://storage.googleapis.com/spec-host/mio-staging%2Fmio-design%2F1584058305895%2Fassets%2F0B6xUSjjSulxceF9udnA4Sk5tdU0%2Fbaselineelevation-chart.png.

# Structs

Base provides a helper that handles basic widget behaviours.
BaseRenderer is a renderer base providing the most common implementations of a part of the widget.Renderer interface.
OverlayContainer is a transparent widget containing one fyne.CanvasObject and meant to be used as overlay.
Scroll defines a container that is smaller than the Content.
Shadow is a widget that renders a shadow.
ShadowingRenderer is a renderer that adds a shadow arount the rendered content.
SimpleRenderer is a basic renderer that satisfies widget.Renderer interface by wrapping a single fyne.CanvasObject.

# Type aliases

ElevationLevel is the level of elevation of the shadow casting object.
ScrollDirection represents the directions in which a Scroll can scroll its child content.
ShadowType specifies the type of the shadow.