KntDashDivider constructor

const KntDashDivider({
  1. Key? key,
  2. Color? color,
  3. double? strokeWidth,
  4. double? dashWidth,
  5. double? dashSpace,
})

Implementation

const KntDashDivider({
  super.key,
  this.color,
  this.strokeWidth,
  this.dashWidth,
  this.dashSpace,
});