settingsFor method
Gets the partial glass settings override for the current brightness.
Returns a GlassThemeSettings rather than a full LiquidGlassSettings — callers should merge this on top of their own defaults via GlassThemeSettings.applyTo.
Implementation
GlassThemeSettings? settingsFor(BuildContext context) {
return variantFor(context).settings;
}