functions
FontSize| modified | Sunday 25 January 2026 |
|---|
Category: Theme
File: theme.go
Package: ui
1func FontSize(s SP) Wrapper
Documentation pending. Contributions welcome!
1{
2 largeText := FontSize(24)(Label("Large text"))
3 _ = largeText
4}

This documentation is auto-generated. To update, run make docs