SectionBoxMid constructor
const
SectionBoxMid({
- Key? key,
- Color? color,
- Color? borderColor,
- double borderWidth = 1,
- required Widget child,
- EdgeInsets? margin,
- EdgeInsets? padding,
Implementation
const SectionBoxMid({
super.key,
this.color,
this.borderColor,
this.borderWidth = 1,
required this.child,
this.margin,
this.padding,
});