GrxDashedDivider constructor
GrxDashedDivider({})
Implementation
GrxDashedDivider({
super.key,
this.title,
this.padding = EdgeInsets.zero,
this.stroke = 1.0,
this.dashSize = 3.0,
final Color? color,
}) : color = color ?? GrxColors.primary.shade600;