itemDecoration property

BoxDecoration? itemDecoration
final

Applied to a Container wrapping each item if provided

If the orientation is set to OptionsOrientation.vertical then wrapSpacing is used as inter-item bottom margin

If the orientation is set to OptionsOrientation.horizontal then wrapSpacing is used as inter-item right margin

Implementation

final BoxDecoration? itemDecoration;