CustomPathDottedBorderOptions constructor
const
CustomPathDottedBorderOptions({
- required PathBuilder customPath,
- EdgeInsets borderPadding = EdgeInsets.zero,
- EdgeInsets padding = const EdgeInsets.all(2),
- double strokeWidth = 1,
- Color color = Colors.black,
- Gradient? gradient,
- List<
double> dashPattern = const <double>[3, 1], - StackFit stackFit = StackFit.loose,
- StrokeCap strokeCap = StrokeCap.butt,
Implementation
const CustomPathDottedBorderOptions({
required this.customPath,
super.borderPadding,
super.padding,
super.strokeWidth,
super.color,
super.gradient,
super.dashPattern,
super.stackFit,
super.strokeCap,
}) : super(borderType: null);