RemixBoxEffectsMix.create constructor

const RemixBoxEffectsMix.create({
  1. Prop<RemixBoxEffectLayerSpec>? behindContent,
  2. Prop<RemixBoxEffectLayerSpec>? overContent,
  3. Prop<double>? backdropBlur,
  4. Prop<BorderSide>? outline,
  5. Prop<double>? outlineOffset,
})

Implementation

const RemixBoxEffectsMix.create({
  Prop<RemixBoxEffectLayerSpec>? behindContent,
  Prop<RemixBoxEffectLayerSpec>? overContent,
  Prop<double>? backdropBlur,
  Prop<BorderSide>? outline,
  Prop<double>? outlineOffset,
}) : $behindContent = behindContent,
     $overContent = overContent,
     $backdropBlur = backdropBlur,
     $outline = outline,
     $outlineOffset = outlineOffset;