decoration property

BoxDecoration? decoration
final

Box decoration of following properties of Pin item You can customize every pixel with it properties are being animated implicitly when value changes

this.color,
this.image,
this.border,
this.borderRadius,
this.boxShadow,
this.gradient,
this.backgroundBlendMode,
this.shape = BoxShape.rectangle,

The decoration of each Pinput submitted field

Implementation

final BoxDecoration? decoration;