Return the user-provided value if defined, otherwise fall back to theme. Avoids repetitive config.color ?? getTheme().colors.text boilerplate.
config.color ?? getTheme().colors.text
Return the user-provided value if defined, otherwise fall back to theme. Avoids repetitive
config.color ?? getTheme().colors.textboilerplate.