LYBorderedContainer constructor
const
LYBorderedContainer({
- Key? key,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- double? radius,
- double? borderWidth,
- bool? clip,
- Widget? child,
Implementation
const LYBorderedContainer({
super.key,
this.margin,
this.padding,
this.radius,
this.borderWidth,
this.clip,
this.child,
});