Documentation
¶
Index ¶
- func New(src string, opts ...Option) widget.BaseWidget
- type Image
- type Option
- func Class(class string) Option
- func Height(opts ...breakpoint.BreakpointOptions[int]) Option
- func ID(id string) Option
- func MaxWidth(opts ...breakpoint.BreakpointOptions[int]) Option
- func UserSelect(userSelect options.UserSelectType) Option
- func Width(opts ...breakpoint.BreakpointOptions[int]) Option
- func WidthP(opts ...breakpoint.BreakpointOptions[float64]) Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Image ¶
type Image struct {
widget.BaseWidget
}
type Option ¶
type Option options.OptionWrapper
func Height ¶
func Height(opts ...breakpoint.BreakpointOptions[int]) Option
func MaxWidth ¶
func MaxWidth(opts ...breakpoint.BreakpointOptions[int]) Option
func UserSelect ¶
func UserSelect(userSelect options.UserSelectType) Option
func Width ¶
func Width(opts ...breakpoint.BreakpointOptions[int]) Option
func WidthP ¶
func WidthP(opts ...breakpoint.BreakpointOptions[float64]) Option
Click to show internal directories.
Click to hide internal directories.