BackgroundParams class

class to define background

Annotations

Constructors

BackgroundParams({bool animatedBlur = false, double sigmaX = 0.0, double sigmaY = 0.0, bool animatedBackgroundColor = false, Color backgroundColor = Colors.transparent})
const

Properties

animatedBackgroundColor bool
Animate backgroundColor from transparent if true
final
animatedBlur bool
Animate background blur from 0.0 to sigma if true
final
backgroundColor Color
Background color
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sigmaX double
Horizontal blur
final
sigmaY double
Vertical blur
final

Methods

copyWith({bool? animatedBlur, double? sigmaX, double? sigmaY, bool? animatedBackgroundColor, Color? backgroundColor}) BackgroundParams
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