AnimatedGlitch constructor

const AnimatedGlitch({
  1. required Widget child,
  2. required AnimatedGlitchController controller,
  3. bool showColorChannels,
  4. bool showDistortions,
  5. List<GlitchColorFilter> filters,
  6. Key? key,
})

Shortcut to create a AnimatedGlitchWithoutShader.

Implementation

const factory AnimatedGlitch({
  required Widget child,
  required AnimatedGlitchController controller,
  bool showColorChannels,
  bool showDistortions,
  List<GlitchColorFilter> filters,
  Key? key,
}) = AnimatedGlitchWithoutShader;