WidgetsDividerThin visual separator.func Divider() *viewNode A Divider is a single-pixel line that adapts to the stack orientation it sits in. gova.VStack( gova.Text("Settings").Font(gova.Title), gova.Divider(), gova.Toggle(darkMode).Label("Dark Mode"), gova.Toggle(notifications).Label("Notifications"), )PreviousFormNextTabView