JuiDashedBorder constructor
const
JuiDashedBorder({})
Implementation
const JuiDashedBorder({
Key? key,
this.dashColor,
this.dashWidth = 2,
this.dashHeight = 1,
this.dashSpace = 2,
this.borderRadius = 8,
required this.child,
this.onTap,
}) : super(key: key);