boxDecoration property

BoxDecoration? boxDecoration
final

Similarly of the decoration property of the Container.

If no decoration is null, a default BoxDecoration will be created for the widget. This is done basically so we can put the background and border radius.

Implementation

final BoxDecoration? boxDecoration;