submittedFieldDecoration property

BoxDecoration? submittedFieldDecoration
final

Box decoration of following properties of PinPut submittedFieldDecoration selectedFieldDecoration followingFieldDecoration disabledDecoration 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

/// The decoration of each [PinPut] submitted field
final BoxDecoration? submittedFieldDecoration;