AgCustomDividerWidget constructor
const
AgCustomDividerWidget({})
Implementation
const AgCustomDividerWidget({
super.key,
this.weight = 1.0,
this.color = Colors.black,
this.style = DividerStyle.plainLine,
this.colorList,
this.spacing = 6,
this.endIndent = 0,
this.indent = 0,
this.strokeCap = StrokeCap.square,
});