AppDashedDivider constructor
const
AppDashedDivider({})
Creates a new AppDashedDivider.
The default configuration creates a horizontal dashed divider.
Implementation
const AppDashedDivider({
super.key,
this.dashWidth = 8,
this.dashSpace = 4,
this.thickness = 1,
this.color,
this.direction = Axis.horizontal,
this.alignment = MainAxisAlignment.spaceBetween,
this.borderRadius,
this.indent = 0,
this.endIndent = 0,
this.length = double.infinity,
});