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