WidgetSpoilerConfiguration class
Configuration for the widget spoiler widget imageFilter is the image filter to be applied
- Inheritance
-
- Object
- SpoilerConfiguration
- WidgetSpoilerConfiguration
- Annotations
Constructors
- WidgetSpoilerConfiguration({required ImageFilter imageFilter, double particleDensity = 20, double speedOfParticles = 0.2, Color particleColor = Colors.white70, double maxParticleSize = 1, bool fadeAnimation = false, double fadeRadius = 10, bool isEnabled = true, bool enableGesture = false})
-
const
Properties
- enableGesture → bool
-
finalinherited
- fadeAnimation → bool
-
finalinherited
- fadeRadius → double
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageFilter → ImageFilter
-
final
- isEnabled → bool
-
finalinherited
- maxParticleSize → double
-
finalinherited
- particleColor → Color
-
finalinherited
- particleDensity → double
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speedOfParticles → double
-
finalinherited
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.
inherited