CenteredBoxDecoration constructor
Implementation
const CenteredBoxDecoration({
super.key,
this.child,
this.insets = const EdgeInsets.all(0),
this.margin = 0,
this.borderRadius = 10,
this.borderWidth = 5,
required this.color,
});
const CenteredBoxDecoration({
super.key,
this.child,
this.insets = const EdgeInsets.all(0),
this.margin = 0,
this.borderRadius = 10,
this.borderWidth = 5,
required this.color,
});