ExDashLine constructor

const ExDashLine({
  1. Key? key,
  2. double? width,
  3. Color? color,
})

Implementation

const ExDashLine({
  super.key,
  this.width,
  this.color,
});