CustomDivider constructor
const
CustomDivider({})
Implementation
const CustomDivider({
super.key,
this.isHor = true,
this.height,
this.width,
this.color,
this.margin,
this.thickness = .8,
});
const CustomDivider({
super.key,
this.isHor = true,
this.height,
this.width,
this.color,
this.margin,
this.thickness = .8,
});