Andrew Watson
02/09/2024, 8:56 PMAndrew Watson
02/09/2024, 8:57 PMLocalResourceLocator
in any child screen module and it will still pull the right resource from the parent "shared" moduleAndrew Watson
02/09/2024, 9:01 PMFontFamily(
Font(
resource = FontResource("font/your_custom_font.otf"),
weight = FontWeight.Normal,
style = FontStyle.Normal
)
)