DigiaDividerWithPattern constructor
const
DigiaDividerWithPattern({})
Implementation
const DigiaDividerWithPattern({
super.key,
required this.size,
required this.thickness,
required this.indent,
required this.endIndent,
required this.color,
required this.axis,
required this.pattern,
required this.strokeCap,
required this.dashPattern,
});