RenderLiquidGlass constructor

RenderLiquidGlass(
  1. bool _enabled,
  2. double _borderRadius,
  3. Color _color
)

Implementation

RenderLiquidGlass(this._enabled, this._borderRadius, this._color);