CssBoxWidget constructor
const
CssBoxWidget({})
Implementation
const CssBoxWidget({
super.key,
required this.child,
required this.style,
this.textDirection,
this.childIsReplaced = false,
this.shrinkWrap = false,
});