BoundaryBackground class

boundary background parameters

Annotations

Constructors

BoundaryBackground({Color color = Colors.white, EdgeInsets padding = const EdgeInsets.all(8), Decoration? decoration, double? blurSigmaX, double? blurSigmaY})

Properties

blurSigmaX double?
background blur sigmaX value
final
blurSigmaY double?
background blur sigmaY value
final
color Color
color of the boundary background
final
decoration Decoration?
background Container widget decoration
final
hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsets
padding
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Color? color, EdgeInsets? padding, Decoration? decoration}) BoundaryBackground
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