decoration property
Decoration
get
decoration
Implementation
Decoration get decoration {
return ShapeDecoration(
shape: borderShape,
color: widget.color,
image: widget.image,
gradient: widget.gradient,
shadows: widget.shadows,
);
}