DistortionShift class Controller

The shifting settings to be used by DistortionShifter to generate Distortion.

Constructors

DistortionShift({int count = 2, Duration delay = const Duration(milliseconds: 100), Duration hideDelay = const Duration(milliseconds: 300)})
const

Properties

count int
The number of distortions to generate.
final
delay Duration
The delay between each distortion.
final
hashCode int
The hash code for this object.
no setteroverride
hideDelay Duration
The delay to hide the distortion.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override