LiquidGlassBackground typedef

  1. @Deprecated('Use GlassRefractionSource instead. ' 'LiquidGlassBackground was renamed in 0.7.0 for clarity. ' 'This alias will be removed in 1.0.0.')
LiquidGlassBackground = GlassRefractionSource

Deprecated: use GlassRefractionSource instead.

LiquidGlassBackground was renamed to GlassRefractionSource in 0.7.0 to better reflect its purpose: marking the capture surface for glass refraction rather than acting as a generic background widget.

Implementation

@Deprecated(
  'Use GlassRefractionSource instead. '
  'LiquidGlassBackground was renamed in 0.7.0 for clarity. '
  'This alias will be removed in 1.0.0.',
)
typedef LiquidGlassBackground = GlassRefractionSource;