Documentation
¶
Overview ¶
Package divider contains Material 3 Divider components.
Reference: Divider(https://m3.material.io/components/divider/overview) Specs: [Divider Specs](https://m3.material.io/components/divider/specs)
Index ¶
Constants ¶
View Source
const Material3DivideNodeID = "Material3Divider"
Variables ¶
View Source
var EmptyModifier = modifier.EmptyModifier
Functions ¶
This section is empty.
Types ¶
type Composable ¶
type Composable = api.Composable
func Divider ¶
func Divider(options ...DividerOption) Composable
type DividerOption ¶
type DividerOption func(*DividerOptions)
func WithColor ¶
func WithColor(col graphics.Color) DividerOption
func WithModifier ¶
func WithModifier(m Modifier) DividerOption
func WithThickness ¶
func WithThickness(value int) DividerOption
type DividerOptions ¶
func DefaultDividerOptions ¶
func DefaultDividerOptions() DividerOptions
type ThemeManager ¶
type ThemeManager = theme.ThemeManager
Click to show internal directories.
Click to hide internal directories.