CustomDividor constructor
const
CustomDividor({})
Implementation
const CustomDividor({
required this.title,
this.titleStyle,
this.bottomSpacing,
this.color,
this.fontSize,
this.lineWidth,
super.key,
});
const CustomDividor({
required this.title,
this.titleStyle,
this.bottomSpacing,
this.color,
this.fontSize,
this.lineWidth,
super.key,
});